Skip to content

Commit

Permalink
docs(context): update cookies link (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 authored and dead-horse committed Jun 26, 2019
1 parent b7fc526 commit 62f29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 62f29eb

Please sign in to comment.