Skip to content

Commit b7fc526

Browse files
igoradamenkodead-horse
authored andcommitted
docs: fix typo in cookie path default value docs (#1340)
1 parent 23f7f54 commit b7fc526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Koa uses the [cookies](https://github.com/jed/cookies) module where options are
8181
- `maxAge` a number representing the milliseconds from Date.now() for expiry
8282
- `signed` sign the cookie value
8383
- `expires` a `Date` for cookie expiration
84-
- `path` cookie path, `/'` by default
84+
- `path` cookie path, `'/'` by default
8585
- `domain` cookie domain
8686
- `secure` secure cookie
8787
- `httpOnly` server-accessible cookie, __true__ by default

0 commit comments

Comments
 (0)