Skip to content

Commit

Permalink
docs: fix typo in cookie path default value docs (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
igoradamenko authored and dead-horse committed Jun 10, 2019
1 parent 23f7f54 commit b7fc526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/context.md
Expand Up @@ -81,7 +81,7 @@ Koa uses the [cookies](https://github.com/jed/cookies) module where options are
- `maxAge` a number representing the milliseconds from Date.now() for expiry
- `signed` sign the cookie value
- `expires` a `Date` for cookie expiration
- `path` cookie path, `/'` by default
- `path` cookie path, `'/'` by default
- `domain` cookie domain
- `secure` secure cookie
- `httpOnly` server-accessible cookie, __true__ by default
Expand Down

0 comments on commit b7fc526

Please sign in to comment.