Commit a38db51a authored by nleduc's avatar nleduc

Update internals.rst

Fixed minor typo and added a missing comma in the same sentence.
parent aa8a25d5
...@@ -37,7 +37,7 @@ The Symfony2 `Route ...@@ -37,7 +37,7 @@ The Symfony2 `Route
<http://api.symfony.com/master/Symfony/Component/Routing/Route.html>`_ is <http://api.symfony.com/master/Symfony/Component/Routing/Route.html>`_ is
actually quite powerful. Routes can be named, which allows for URL generation. actually quite powerful. Routes can be named, which allows for URL generation.
They can also have requirements for the variable parts. In order to allow They can also have requirements for the variable parts. In order to allow
settings these through a nice interface the ``match`` method (which is used by setting these through a nice interface, the ``match`` method (which is used by
``get``, ``post``, etc.) returns an instance of the ``Controller``, which ``get``, ``post``, etc.) returns an instance of the ``Controller``, which
wraps a route. wraps a route.
......
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