8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097f47b commit 852f90bCopy full SHA for 852f90b
components/routing.rst
@@ -55,7 +55,7 @@ You can add as many routes as you like to a
55
:class:`Symfony\\Component\\Routing\\RouteCollection`.
56
57
The :method:`RouteCollection::add()<Symfony\\Component\\Routing\\RouteCollection::add>`
58
-method takes two arguments. The first is the name of the route, The second
+method takes two arguments. The first is the name of the route. The second
59
is a :class:`Symfony\\Component\\Routing\\Route` object, which expects a
60
URL path and some array of custom variables in its constructor. This array
61
of custom variables can be *anything* that's significant to your application,
0 commit comments