This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Installation
27
27
You can install this bundle `with composer `_ using the
28
28
`symfony-cmf/menu-bundle `_ package.
29
29
30
- Creating a Simple Persistant Menu
30
+ Creating a Simple Persistent Menu
31
31
---------------------------------
32
32
33
33
A menu created using the KnpMenuBundle is made up of a hierarchy of class
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A menu item should have a URL associated with it. The CMF provides the
26
26
from the ``content `` and ``routeParameters `` options when using the
27
27
:ref: `dynamic router <bundles-routing-dynamic-generator >`.
28
28
29
- The ``content `` option, if specified, must contain an class which implements
29
+ The ``content `` option, if specified, must contain a class which implements
30
30
the ``RouteReferrersInterface ``, see the :ref: `dynamic router
31
31
<bundles-routing-dynamic-generator>` documentation for more information.
32
32
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ It is registered in the DI configuration as follows:
117
117
class : Symfony\Cmf\Bundle\RoutingAutoBundle\RoutingAuto\PathNotExists\ThrowException
118
118
scope : prototype
119
119
tags :
120
- - { name: cmf_routing_auto.provider , alias: "throw_exception"}
120
+ - { name: cmf_routing_auto.not_exists_action , alias: "throw_exception"}
121
121
122
122
.. code-block :: xml
123
123
You can’t perform that action at this time.
0 commit comments