Commit 306eea94 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo in the docs

parent 97ea0e5b
......@@ -107,7 +107,7 @@ before it handles a request::
}
Another optional interface, is the ``Silex\Api\EventListenerProviderInterface``.
This interface contains the `subscribe` method, which allows your provider to
This interface contains the ``subscribe()`` method, which allows your provider to
subscribe event listener with Silex's EventDispatcher, just before it handles a
request::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment