Skip to content

Commit 7566ba7

Browse files
committed
Correct spelling & grammar in 4.4 routing/
1 parent 62c0653 commit 7566ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routing/custom_route_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8888
If your application needs are different, you can create your own custom route

routing/routing_from_database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When all routes are known during deploy time and the number is not too
2424
high, using a :doc:`custom route loader <custom_route_loader>` is the
2525
preferred way to add more routes. When working with only one type of
2626
objects, a slug parameter on the object and the ``@ParamConverter``
27-
annotation work fine (see `FrameworkExtraBundle`_) .
27+
annotation works fine (see `FrameworkExtraBundle`_) .
2828

2929
The ``DynamicRouter`` is useful when you need ``Route`` objects with
3030
the full feature set of Symfony. Each route can define a specific

0 commit comments

Comments
 (0)