Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jul 6, 2015
1 parent 7819992 commit f1571a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ authentication.

Again: the single most important thing a middleware can do is to call ``$next()`` to invoke the next middleware
when its function was accomplished. Failing to call this method means interrupting the framework's operation (of course
the final middleware will still be executed)! That's why we only invoke ``$harmony->next()`` in this example when
the final middleware will still be executed)! That's why we only invoke ``$next()`` in this example when
authentication was successful.

Very important to notice that when authentication is unsuccessful, no other middleware will be executed (as ``$next()``
Expand Down

0 comments on commit f1571a6

Please sign in to comment.