Skip to content

Commit

Permalink
Update guide.md (koajs#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryzniak authored and jonathanong committed Feb 16, 2018
1 parent 916f914 commit 0698d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $ DEBUG=koa* node --harmony examples/simple

Since JavaScript does not allow defining function names at
runtime, you can also set a middleware's name as `._name`.
This useful when you don't have control of a middleware's name.
This is useful when you don't have control of a middleware's name.
For example:

```js
Expand Down

0 comments on commit 0698d67

Please sign in to comment.