8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c19f7 commit 6e01599Copy full SHA for 6e01599
book/part09.rst
@@ -275,7 +275,7 @@ there is a solution: use subscribers instead of listeners::
275
$dispatcher->addSubscriber(new Simplex\ContentLengthListener());
276
$dispatcher->addSubscriber(new Simplex\GoogleListener());
277
278
-A subscriber knowns about all the events it is interested in and pass this
+A subscriber knows about all the events it is interested in and pass this
279
information to the dispatcher via the ``getSubscribedEvents()`` method. Have a
280
look at the new version of the ``GoogleListener``::
281
0 commit comments