Skip to content

Commit 41233b2

Browse files
committed
minor #16281 Correct spelling & grammar in 4.4 routing/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 routing/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 7566ba7 Correct spelling & grammar in 4.4 routing/
2 parents 81a9846 + 7566ba7 commit 41233b2

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)