diff --git a/book/service_container.rst b/book/service_container.rst index 194c7eb7cad..d62064ca7e3 100644 --- a/book/service_container.rst +++ b/book/service_container.rst @@ -1,6 +1,6 @@ .. index:: single: Service Container - single: Dependency Injection Container + single: Dependency Injection; Container Service Container ================= @@ -62,7 +62,7 @@ classes is a well-known and trusted object-oriented best-practice. These skills are key to being a good developer in almost any language. .. index:: - single: Service Container; What is? + single: Service Container; What is a Service Container? What is a Service Container? ---------------------------- @@ -330,7 +330,7 @@ second method, which is the flexible and preferred method for importing service configuration from third-party bundles. .. index:: - single: Service Container; imports + single: Service Container; Imports .. _service-container-imports-directive: diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index 469827325e4..b707dc31550 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -90,7 +90,7 @@ The second method has several specific advantages: .. index:: single: Bundles; Extension - single: Dependency Injection, Extension + single: Dependency Injection; Extension Creating an Extension Class ---------------------------