Skip to content

Commit 26f7205

Browse files
committed
minor #21493 Replace vague "it" with explicit file description for readability (llupa)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- Replace vague "it" with explicit file description for readability <!-- 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 `7.x` for features of unreleased versions). --> Commits ------- 3296cac Replace vague "it" with explicit file description for readability
2 parents 6a2424c + 3296cac commit 26f7205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/override.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ in your application (e.g. ``config/routes.yaml``).
5858

5959
The easiest way to "override" a bundle's routing is to never import it at
6060
all. Instead of importing a third-party bundle's routing, copy
61-
that routing file into your application, modify it, and import it instead.
61+
that routing file into your application, modify according to your needs,
62+
and import your copy instead.
6263

6364
Controllers
6465
-----------

0 commit comments

Comments
 (0)