Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #128 from seydu/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
soullivaneuh committed Jun 13, 2015
2 parents 82691c5 + 106b2b0 commit 5ef8693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/reference/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ only one method ``process``. The ``process`` method will receive a ``ConsumerEve
argument. The ``ConsumerEvent`` object is a standard Symfony Event from the ``EventDispatcher``
Component. So it is possible to stop the event propagation from the consumer.

The current example does not mean to be used in production, however it is a good example on creating
a logger consumer.
The current example is not meant to be used in production, however it is a good example of
logger consumer creation.

.. code-block:: php
Expand Down

0 comments on commit 5ef8693

Please sign in to comment.