Skip to content

Commit

Permalink
Fix tiny spelling mistake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Jan 5, 2016
1 parent 76f6337 commit dd2f0ee
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 @@ -80,7 +80,7 @@ app
```
<a name="module_koa-router--Router+get|put|post|patch|delete"></a>
#### router.get|put|post|patch|delete ⇒ <code>Router</code>
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 dd2f0ee

Please sign in to comment.