Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 617b54e

Browse files
committed
Grammar fix for ChainRouter page
1 parent 2d76279 commit 617b54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing/chain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ add the default Symfony2 router::
4040
$chainRouter->match('/foo/bar');
4141

4242
Now, when the ``ChainRouter`` matches a request, it will ask the Symfony2
43-
``Router`` to match see if it matches. If there is no match, it will throw a
43+
``Router`` to see if the request matches. If there is no match, it will throw a
4444
:class:`Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException`.
4545

4646
If you add a new router, for instance the ``DynamicRouter``, it will be

0 commit comments

Comments
 (0)