Skip to content

Commit db59374

Browse files
committed
fixed typo
1 parent 9bc692f commit db59374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ them. Objects will be created on-demand when you access them from the
151151
container or when the container needs them to create other objects.
152152

153153
For instance, to create the router listener, we tell Symfony that its class
154-
name is ``Symfony\Component\HttpKernel\EventListener\RouterListeners``, and
154+
name is ``Symfony\Component\HttpKernel\EventListener\RouterListener``, and
155155
that its constructor takes a matcher object (``new Reference('matcher')``). As
156156
you can see, each object is referenced by a name, a string that uniquely
157157
identifies each object. The name allows us to get an object and to reference

0 commit comments

Comments
 (0)