Skip to content

Commit

Permalink
Fix typo in en/api/app-VERB.jade
Browse files Browse the repository at this point in the history
give -> given
  • Loading branch information
pmanijak committed Oct 31, 2012
1 parent 5763109 commit 948f8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/api/app-VERB.jade
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 948f8cf

Please sign in to comment.