From 61b318f65d30b47883d28934f9236d3a11ee17ca Mon Sep 17 00:00:00 2001 From: Stephan Dee <105394393+lkolndeep@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:49:32 +0100 Subject: [PATCH] Update service_container.rst Correction of a typo. --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 76381cf41fb..6a3b606be22 100644 --- a/service_container.rst +++ b/service_container.rst @@ -948,7 +948,7 @@ you don't need to do *anything*: the service will be automatically loaded. Then, implements ``Twig\Extension\ExtensionInterface``. And thanks to ``autowire``, you can even add constructor arguments without any configuration. -Autconfiguration also works with attributes. Some attributes like +Autoconfiguration also works with attributes. Some attributes like :class:`Symfony\\Component\\Messenger\\Attribute\\AsMessageHandler`, :class:`Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener` and :class:`Symfony\\Component\\Console\\Attribute\\AsCommand` are registered