Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Jan 19, 2016
1 parent a0e0dbd commit eec15be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Router(opts) {
};

/**
* Create `router.verb()` methods, where *verb* is one of the HTTP verbes such
* Create `router.verb()` methods, where *verb* is one of the HTTP verbs such
* as `router.get()` or `router.post()`.
*
* Match URL patterns to callback functions or controller actions using `router.verb()`,
Expand Down

0 comments on commit eec15be

Please sign in to comment.