Replace vague "it" with explicit file description for readability

This commit is contained in:
llupa
2025-10-13 13:47:47 +02:00
committed by Oskar Stark
parent 6a2424cd98
commit 3296cac878

View File

@@ -58,7 +58,8 @@ in your application (e.g. ``config/routes.yaml``).
The easiest way to "override" a bundle's routing is to never import it at
all. Instead of importing a third-party bundle's routing, copy
that routing file into your application, modify it, and import it instead.
that routing file into your application, modify according to your needs,
and import your copy instead.
Controllers
-----------