diff --git a/docs/tutorial/tut01.rst b/docs/tutorial/tut01.rst index d6aa604..75695ac 100644 --- a/docs/tutorial/tut01.rst +++ b/docs/tutorial/tut01.rst @@ -172,8 +172,8 @@ strategy). Actual behavior of an execution will depend on the strategy chosen, b cases. ④ Before actually executing the `transformations`, the `ExecutorStrategy` instance will wrap each component in an -`execution context`, whose responsibility is to hold the state of the transformation. It enables to keep the -`transformations` stateless, while allowing to add an external state if required. We'll expand on this later. +`execution context`, whose responsibility is to hold the state of the transformation. It enables you to keep the +`transformations` stateless, while allowing you to add an external state if required. We'll expand on this later. Concepts and definitions ::::::::::::::::::::::::