diff --git a/service_container.rst b/service_container.rst index 097cdcd5a60..551ea6f9c8e 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1298,7 +1298,7 @@ and ``site_update_manager.normal_users``. Thanks to the alias, if you type-hint ``SiteUpdateManager`` the first (``site_update_manager.superadmin``) will be passed. If you want to pass the second, you'll need to :ref:`manually wire the service ` -or to create a named ref:`autowiring alias `. +or to create a named :ref:`autowiring alias `. .. caution::