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:
82
82
83
83
.. note ::
84
84
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.
86
86
Just be sure that it's unique per file so no other lines override it.
87
87
88
88
If 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
24
24
high, using a :doc: `custom route loader <custom_route_loader >` is the
25
25
preferred way to add more routes. When working with only one type of
26
26
objects, a slug parameter on the object and the ``@ParamConverter ``
27
- annotation work fine (see `FrameworkExtraBundle `_) .
27
+ annotation works fine (see `FrameworkExtraBundle `_) .
28
28
29
29
The ``DynamicRouter `` is useful when you need ``Route `` objects with
30
30
the full feature set of Symfony. Each route can define a specific
You can’t perform that action at this time.
0 commit comments