diff --git a/development/tell_me_about/service_container.rst b/development/tell_me_about/service_container.rst index 28b773f3..2b0ba7da 100644 --- a/development/tell_me_about/service_container.rst +++ b/development/tell_me_about/service_container.rst @@ -34,7 +34,7 @@ Getting services * Getting services using service locator. - You can use the :file:`ContainerFactory` class to get a service. The service you want to get must be marked as public. + You can use the :file:`ContainerFacade` class to get a service. The service you want to get must be marked as public. Example: