Skip to content

Commit e37c540

Browse files
authored
fix typo
1 parent c3e9af2 commit e37c540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/development/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ the ``$options`` argument::
638638
});
639639

640640
Note the additional route parameters will be added to all the connected routes defined
641-
inside the prefix block. You will need to use all the paramenters in the url array to
641+
inside the prefix block. You will need to use all the parameters in the url array to
642642
build the route later, if you don't use them you'll get a ``MissingRouteException``.
643643

644644
Multi word prefixes are by default converted using dasherize inflection, ie ``MyPrefix``

0 commit comments

Comments
 (0)