Преглед на файлове

Merge pull request #71 from RegalMedia/patch-2

Fixed typos/misspellings
Rémi Verschelde преди 9 години
родител
ревизия
2341851528
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/step_by_step/resources.rst

+ 1 - 1
tutorials/step_by_step/resources.rst

@@ -44,7 +44,7 @@ Typically, every object in Godot (Node, Resource, or anything else) can
 export properties, properties can be of many types (like a string,
 integer, Vector2, etc) and one of those types can be a resource. This
 means that both nodes and resources can contain resources as properties.
-To make it a litle more visual:
+To make it a little more visual:
 
 .. image:: /img/nodes_resources.png