Explorar o código

Merge pull request #6420 from paloobi/patch-1

Fix small missing word typo
Max Hilbrunner %!s(int64=2) %!d(string=hai) anos
pai
achega
8f6ee906ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      getting_started/step_by_step/scripting_first_script.rst

+ 1 - 1
getting_started/step_by_step/scripting_first_script.rst

@@ -133,7 +133,7 @@ our node's ``texture``.
     capitalized words separated by a space. In GDScript code, these properties
     are in "snake_case", which is lowercase with words separated by an underscore.
 
-    You can hover any property's name in the Inspector to see a description and
+    You can hover over any property's name in the Inspector to see a description and
     its identifier in code.
 
 Hello, world!