Bladeren bron

Fix small missing word typo

Allie Polubiec 2 jaren geleden
bovenliggende
commit
40e07f74de
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      getting_started/step_by_step/scripting_first_script.rst

+ 1 - 1
getting_started/step_by_step/scripting_first_script.rst

@@ -132,7 +132,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!