Commit 0a5d3c96 authored by Fabien Potencier's avatar Fabien Potencier

minor #1195 Very little typo fix. (RayRutjes)

This PR was merged into the 1.3 branch.

Discussion
----------

Very little typo fix.

Commits
-------

83736136 Very little typo fix.
parents 53e599f9 83736136
......@@ -509,7 +509,7 @@ setting a more specific type hint for the Closure argument::
return new Response('Error', 404 /* ignored */, array('X-Status-Code' => 200));
If you want to use a separate error handler for logging, make sure you register
it with a higher priority then response error handlers, because once a response
it with a higher priority than response error handlers, because once a response
is returned, the following handlers are ignored.
.. note::
......
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