diff --git a/bundles/override.rst b/bundles/override.rst index f25bd785373..1904c44e4bd 100644 --- a/bundles/override.rst +++ b/bundles/override.rst @@ -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 -----------