From 4f1a49e410674cdf6daadc2a37fedf2c27c7530a Mon Sep 17 00:00:00 2001 From: Juan Pablo Moreno Date: Sun, 3 Jul 2016 17:21:04 -0500 Subject: [PATCH] misspelling a word I've corrected a misspelling in a single Word in this page. --- tutorials/step_by_step/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/step_by_step/resources.rst b/tutorials/step_by_step/resources.rst index 0f529ed75..59dc7bac4 100644 --- a/tutorials/step_by_step/resources.rst +++ b/tutorials/step_by_step/resources.rst @@ -132,7 +132,7 @@ Freeing resources Resource extends from :ref:`Reference `. As such, when a resource is no longer in use, it will automatically free -itelf. Since, in most cases, Resources are contained in Nodes, scripts +itself. Since, in most cases, Resources are contained in Nodes, scripts or other resources, when a node is removed or freed, all the children resources are freed too.