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

Commit ff3d156

Browse files
committed
Merge remote-tracking branch 'origin/1.0'
2 parents 6f4f85e + 63dd952 commit ff3d156

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/menu/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation
2727
You can install this bundle `with composer`_ using the
2828
`symfony-cmf/menu-bundle`_ package.
2929

30-
Creating a Simple Persistant Menu
30+
Creating a Simple Persistent Menu
3131
---------------------------------
3232

3333
A menu created using the KnpMenuBundle is made up of a hierarchy of class

bundles/menu/menu_factory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A menu item should have a URL associated with it. The CMF provides the
2626
from the ``content`` and ``routeParameters`` options when using the
2727
:ref:`dynamic router <bundles-routing-dynamic-generator>`.
2828

29-
The ``content`` option, if specified, must contain an class which implements
29+
The ``content`` option, if specified, must contain a class which implements
3030
the ``RouteReferrersInterface``, see the :ref:`dynamic router
3131
<bundles-routing-dynamic-generator>` documentation for more information.
3232

bundles/routing_auto/customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ It is registered in the DI configuration as follows:
117117
class: Symfony\Cmf\Bundle\RoutingAutoBundle\RoutingAuto\PathNotExists\ThrowException
118118
scope: prototype
119119
tags:
120-
- { name: cmf_routing_auto.provider, alias: "throw_exception"}
120+
- { name: cmf_routing_auto.not_exists_action, alias: "throw_exception"}
121121
122122
.. code-block:: xml
123123

0 commit comments

Comments
 (0)