Skip to content

Commit 43e2e35

Browse files
committed
Merge pull request #23 from dirkaholic/master
Fix little typo
2 parents e8c19f7 + 6e01599 commit 43e2e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part09.rst

Lines 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)