From e83e0022dd09be5f9c9eb4389585a4ec3249d8b5 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Wed, 18 Dec 2013 01:31:33 -0800 Subject: [PATCH] docs context: fix markdown jank breaks your styling, but your markdown styling creates bad list outputs --- docs/api/context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/context.md b/docs/api/context.md index 63689fd..0b71e4d 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -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])