From 3296cac878d50989971ec5bee10560e06ee0134c Mon Sep 17 00:00:00 2001 From: llupa <41073314+llupa@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:47:47 +0200 Subject: [PATCH] Replace vague "it" with explicit file description for readability --- bundles/override.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -----------