Skip to content

Commit 11b7207

Browse files
committed
[#2261] Minor tweaks
1 parent 8ecc1f2 commit 11b7207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/routing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,11 +1095,11 @@ that route. With this information, any URL can easily be generated::
10951095

10961096
.. note::
10971097

1098-
In controllers extending from the base
1098+
In controllers that extend Symfony's base
10991099
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller`,
11001100
you can use the
11011101
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::generateUrl`
1102-
method which call's the router service's
1102+
method, which call's the router service's
11031103
:method:`Symfony\\Component\\Routing\\Router::generate` method.
11041104

11051105
In an upcoming section, you'll learn how to generate URLs from inside templates.

0 commit comments

Comments
 (0)