Browse Source

Fixed typos/misspellings

RegalMedia 9 years ago
parent
commit
905b1dd28c
1 changed files with 1 additions and 1 deletions
  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,
 export properties, properties can be of many types (like a string,
 integer, Vector2, etc) and one of those types can be a resource. This
 integer, Vector2, etc) and one of those types can be a resource. This
 means that both nodes and resources can contain resources as properties.
 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
 .. image:: /img/nodes_resources.png