Browse Source

Merge pull request #1965 from corrigentia/patch-17

Add missing words in singletons_autoload.rst
Rémi Verschelde 6 years ago
parent
commit
a3d24a12e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/step_by_step/singletons_autoload.rst

+ 2 - 2
getting_started/step_by_step/singletons_autoload.rst

@@ -51,8 +51,8 @@ menu and switch to the "AutoLoad" tab.
 .. image:: img/autoload_tab.png
 .. image:: img/autoload_tab.png
 
 
 Here you can add any number of scenes or scripts. Each entry in the list
 Here you can add any number of scenes or scripts. Each entry in the list
-requires a name, which assigned as the node's ``name`` property. The order of
-the entries as they added to the global scene tree can be manipulated using
+requires a name, which is assigned as the node's ``name`` property. The order of
+the entries as they are added to the global scene tree can be manipulated using
 the up/down arrow keys.
 the up/down arrow keys.
 
 
 .. image:: img/autoload_example.png
 .. image:: img/autoload_example.png