瀏覽代碼

Update getting_started/step_by_step/signals.rst

Matthew 7 月之前
父節點
當前提交
6fe7529052
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/step_by_step/signals.rst

+ 1 - 1
getting_started/step_by_step/signals.rst

@@ -252,7 +252,7 @@ Your complete ``sprite_2d.gd`` code should look like the following.
         }
     }
 
-Run the currrent scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS),
+Run the current scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS),
 and click the button to see the sprite start and stop.
 
 Connecting a signal via code