Commit ac9cdded authored by Mike Mackintosh's avatar Mike Mackintosh

Update doc/providers/twig.rst

corrected the grammatical possessiveness of the services 
parent 3b9351ff
......@@ -103,7 +103,7 @@ The Twig provider provides a ``twig`` service::
This will render a file named ``views/hello.twig``.
In any Twig template, the ``app`` variable refers to the Application object.
So you can access any services from within your view. For example to access
So you can access any service from within your view. For example to access
``$app['request']->getHost()``, just put this in your template:
.. code-block:: jinja
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment