From f0c7716180c328f093ce0975d425676974f65339 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 6 Jan 2023 17:03:51 +0100 Subject: [PATCH] Emphasizing *NOT* working --- .../dependency_injection/_imports-parameters-note.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::