Skip to content

Commit

Permalink
doc: add comma for better understanding (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua Chen committed Jul 4, 2022
1 parent 13a634d commit 3454a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ app
<a name="module_koa-router--Router+get|put|post|patch|delete|del"></a>

#### router.get|put|post|patch|delete|del ⇒ <code>Router</code>
Create `router.verb()` methods, where *verb* is one of the HTTP verbs 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 3454a7d

Please sign in to comment.