docs: fix typo in cookie path default value docs (#1340)
This commit is contained in:
parent
23f7f545ab
commit
b7fc526ea4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue