Skip to content

Commit 62f29eb

Browse files
neighborhood999dead-horse
authored andcommittedJun 26, 2019
docs(context): update cookies link (#1348)
1 parent b7fc526 commit 62f29eb

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
@@ -72,7 +72,7 @@ ctx.state.user = await User.find(id);
7272

7373
- `signed` the cookie requested should be signed
7474

75-
Koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
75+
Koa uses the [cookies](https://github.com/pillarjs/cookies) module where options are simply passed.
7676

7777
### ctx.cookies.set(name, value, [options])
7878

0 commit comments

Comments
 (0)
Please sign in to comment.