docs context: fix markdown jank

breaks your styling, but your markdown styling creates bad list outputs
This commit is contained in:
Jonathan Ong 2013-12-18 01:31:33 -08:00
parent 6b33d4d1ae
commit e83e0022dd

View file

@ -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])