Переглянути джерело

Merge pull request #6420 from paloobi/patch-1

Fix small missing word typo
Max Hilbrunner 2 роки тому
батько
коміт
8f6ee906ac

+ 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!