Skip to content

Commit

Permalink
Update doc/providers/twig.rst
Browse files Browse the repository at this point in the history
corrected the grammatical possessiveness of the services 
  • Loading branch information
mikemackintosh committed Oct 21, 2012
1 parent 3b9351f commit ac9cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/providers/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac9cdde

Please sign in to comment.