We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f7f54 commit b7fc526Copy full SHA for b7fc526
docs/api/context.md
@@ -81,7 +81,7 @@ Koa uses the [cookies](https://github.com/jed/cookies) module where options are
81
- `maxAge` a number representing the milliseconds from Date.now() for expiry
82
- `signed` sign the cookie value
83
- `expires` a `Date` for cookie expiration
84
- - `path` cookie path, `/'` by default
+ - `path` cookie path, `'/'` by default
85
- `domain` cookie domain
86
- `secure` secure cookie
87
- `httpOnly` server-accessible cookie, __true__ by default
0 commit comments