Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 25, 2012
1 parent 9bc692f commit db59374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ them. Objects will be created on-demand when you access them from the
container or when the container needs them to create other objects.

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

0 comments on commit db59374

Please sign in to comment.