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

Commit 6f24f99

Browse files
committed
Merge pull request #435 from TheMelter/master
Grammar fix for ChainRouter page, nested navigation fix
2 parents 2d76279 + bded6fb commit 6f24f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library or they introduce a complete new concept.
5656

5757
* :doc:`search/index`
5858

59-
* :doc:`search/introduction`
59+
* :doc:`search/introduction`
6060

6161
* :doc:`tree_browser/index`
6262

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)