diff --git a/components/dependency_injection/_imports-parameters-note.rst.inc b/components/dependency_injection/_imports-parameters-note.rst.inc index 1df99833e86..45a75652fda 100644 --- a/components/dependency_injection/_imports-parameters-note.rst.inc +++ b/components/dependency_injection/_imports-parameters-note.rst.inc @@ -2,7 +2,7 @@ Due to the way in which parameters are resolved, you cannot use them to build paths in imports dynamically. This means that something like - the following doesn't work: + **the following does not work:** .. configuration-block::