Commit 29004259 authored by Owen Kieffer-Jones's avatar Owen Kieffer-Jones Committed by Fabien Potencier

Grammar correction

parent 2603afb3
......@@ -147,7 +147,7 @@ Short-circuiting the Controller
-------------------------------
If a before middleware returns a Response object, the Request handling is
short-circuited (the next middlewares won't be run, neither the route
short-circuited (the next middlewares won't be run, nor the route
callback), and the Response is passed to the after middlewares right away::
$app->before(function (Request $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