From 848a1be3367d07f4e85e5c81c1da90a794de5c41 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sat, 5 Sep 2020 21:49:50 +0200 Subject: [PATCH] Update parent_services.rst --- service_container/parent_services.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service_container/parent_services.rst b/service_container/parent_services.rst index f5002eb90bf..3ef9caf19e0 100644 --- a/service_container/parent_services.rst +++ b/service_container/parent_services.rst @@ -147,9 +147,9 @@ All attributes on the parent service are shared with the child **except** for .. note:: - If you have a ``_defaults`` section in your file, all child services are required - to explicitly override those values to avoid ambiguity. You will see a clear - error message about this. + If you have a ``_defaults`` section in your ``services.yaml`` file, all child + services are required to explicitly override those values to avoid ambiguity. + You will see a clear error message about this. .. tip::