Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db59374

Browse filesBrowse files
committed
fixed typo
1 parent 9bc692f commit db59374
Copy full SHA for db59374

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/part12.rst

Copy file name to clipboardExpand all lines: book/part12.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.