File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Symfony provides several route loaders for the most common needs:
8282
8383 .. note ::
8484
85- When importing resources, the key (e.g. ``app_file ``) is the name of collection.
85+ When importing resources, the key (e.g. ``app_file ``) is the name of the collection.
8686 Just be sure that it's unique per file so no other lines override it.
8787
8888If your application needs are different, you can create your own custom route
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ When all routes are known during deploy time and the number is not too
2424high, using a :doc: `custom route loader <custom_route_loader >` is the
2525preferred way to add more routes. When working with only one type of
2626objects, a slug parameter on the object and the ``@ParamConverter ``
27- annotation work fine (see `FrameworkExtraBundle `_) .
27+ annotation works fine (see `FrameworkExtraBundle `_) .
2828
2929The ``DynamicRouter `` is useful when you need ``Route `` objects with
3030the full feature set of Symfony. Each route can define a specific
You can’t perform that action at this time.
0 commit comments