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

Commit b3b9693

Browse files
committed
fix typos
1 parent 8675a5f commit b3b9693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/routing/dynamic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ a URL:
4848
* **cmf_routing.pre_dynamic_generate** (Dispatched at the beginning of the
4949
``generate`` method)
5050

51-
..versionadded:: 1.4
51+
.. versionadded:: 1.4
5252
The route generate event was added in version 1.4 of the routing component.
5353

5454
Pre-match events are of class ``Symfony\Cmf\Component\Routing\Event\RouterMatchEvent``,
5555
the generate event is of class ``Symfony\Cmf\Component\Routing\Event\RouterGenerateEvent``.
56-
The genereate event also allows you to manipulate the route name, parameters and
56+
The generate event also allows you to manipulate the route name, parameters and
5757
reference type in the event, by updating the values in the event.
5858

5959
The ``Symfony\Cmf\Component\Routing\Event\Events`` class contains the event

0 commit comments

Comments
 (0)