docs(context): update cookies link (#1348)

master
Peng Jie 2019-06-26 11:07:09 +08:00 committed by Yiyu He
parent b7fc526ea4
commit 62f29eb0c4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ ctx.state.user = await User.find(id);
- `signed` the cookie requested should be signed
Koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
Koa uses the [cookies](https://github.com/pillarjs/cookies) module where options are simply passed.
### ctx.cookies.set(name, value, [options])