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 6e01599

Browse filesBrowse files
committed
Fix little typo
1 parent e8c19f7 commit 6e01599
Copy full SHA for 6e01599

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/part09.rst

Copy file name to clipboardExpand all lines: book/part09.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ there is a solution: use subscribers instead of listeners::
275275
$dispatcher->addSubscriber(new Simplex\ContentLengthListener());
276276
$dispatcher->addSubscriber(new Simplex\GoogleListener());
277277

278-
A subscriber knowns about all the events it is interested in and pass this
278+
A subscriber knows about all the events it is interested in and pass this
279279
information to the dispatcher via the ``getSubscribedEvents()`` method. Have a
280280
look at the new version of the ``GoogleListener``::
281281

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.