Skip to content

Commit

Permalink
Merge pull request #44 from exclsr/patch-2
Browse files Browse the repository at this point in the history
Fix typo in en/api/app-VERB.jade
  • Loading branch information
tj committed Nov 1, 2012
2 parents 5763109 + 948f8cf commit 2707c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/api/app-VERB.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ section
p.
The <code>app.VERB()</code> methods provide the routing functionality
in Express, where <strong>VERB</strong> is one of the HTTP verbs, such
as <code>app.post()</code>. Multiple callbacks may be give, all are treated
as <code>app.post()</code>. Multiple callbacks may be given, all are treated
equally, and behave just like middleware, with the one exception that
these callbacks may invoke <code>next('route')</code> to bypass the
remaining route callback(s). This mechanism can be used to perform pre-conditions
Expand Down

0 comments on commit 2707c51

Please sign in to comment.