docs context: fix markdown jank
breaks your styling, but your markdown styling creates bad list outputs
This commit is contained in:
parent
6b33d4d1ae
commit
e83e0022dd
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
- `signed` the cookie requested should be signed
|
||||
|
||||
Note: koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
|
||||
Note: koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
|
||||
|
||||
### ctx.cookies.set(name, value, [options])
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
- `secure` secure cookie
|
||||
- `httpOnly` server-accessible cookie, __true__ by default
|
||||
|
||||
Note: koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
|
||||
Note: koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed.
|
||||
|
||||
### ctx.throw(msg, [status])
|
||||
|
||||
|
|
Loading…
Reference in a new issue