Skip to content

Commit 6e01599

Browse files
committed
Fix little typo
1 parent e8c19f7 commit 6e01599

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)