You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #11245 Improved routing section (Jules Pietri)
This PR was merged into the 4.2 branch.
Discussion
----------
Improved routing section
Continuation of #11113 in 4.2.
Commits
-------
0054bf5 Improved routing section
Copy file name to clipboardExpand all lines: components/routing.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In order to set up a basic routing system you need three parts:
30
30
31
31
* A :class:`Symfony\\Component\\Routing\\RouteCollection`, which contains the route definitions (instances of the class :class:`Symfony\\Component\\Routing\\Route`)
32
32
* A :class:`Symfony\\Component\\Routing\\RequestContext`, which has information about the request
33
-
* A :class:`Symfony\\Component\\Routing\\Matcher\\UrlMatcher`, which performs the mapping of the request to a single route
33
+
* A :class:`Symfony\\Component\\Routing\\Matcher\\UrlMatcher`, which performs the mapping of the path to a single route
34
34
35
35
Here is a quick example. Notice that this assumes that you've already configured
0 commit comments