We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc692f commit db59374Copy full SHA for db59374
book/part12.rst
@@ -151,7 +151,7 @@ them. Objects will be created on-demand when you access them from the
151
container or when the container needs them to create other objects.
152
153
For instance, to create the router listener, we tell Symfony that its class
154
-name is ``Symfony\Component\HttpKernel\EventListener\RouterListeners``, and
+name is ``Symfony\Component\HttpKernel\EventListener\RouterListener``, and
155
that its constructor takes a matcher object (``new Reference('matcher')``). As
156
you can see, each object is referenced by a name, a string that uniquely
157
identifies each object. The name allows us to get an object and to reference
0 commit comments