Skip to content

Commit 852f90b

Browse files
lucasabaweaverryan
authored andcommitted
Fix very small typo in components/routing.rst
1 parent 097f47b commit 852f90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can add as many routes as you like to a
5555
:class:`Symfony\\Component\\Routing\\RouteCollection`.
5656

5757
The :method:`RouteCollection::add()<Symfony\\Component\\Routing\\RouteCollection::add>`
58-
method takes two arguments. The first is the name of the route, The second
58+
method takes two arguments. The first is the name of the route. The second
5959
is a :class:`Symfony\\Component\\Routing\\Route` object, which expects a
6060
URL path and some array of custom variables in its constructor. This array
6161
of custom variables can be *anything* that's significant to your application,

0 commit comments

Comments
 (0)