From 84151dc19fdeaba280bf55970f05a18315036af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Thu, 2 Jan 2020 16:50:43 +0100 Subject: [PATCH] Fix invalid yaml --- service_container/alias_private.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/alias_private.rst b/service_container/alias_private.rst index b90bdfb5ab0..09b2d11376c 100644 --- a/service_container/alias_private.rst +++ b/service_container/alias_private.rst @@ -175,7 +175,7 @@ or you decided not to maintain it anymore), you can deprecate its definition: deprecated: true # ...but you can also define a custom deprecation message - deprecated: 'The "%alias_id%" alias is deprecated. Don\'t use it anymore.' + deprecated: 'The "%alias_id%" alias is deprecated. Do not use it anymore.' .. code-block:: xml