From e00f2aee9d1d3c0dce5fd7e1725515ebac8982bb Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Wed, 18 Dec 2013 23:48:45 -0800 Subject: [PATCH] docs response: fix md list jank --- docs/api/response.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/api/response.md b/docs/api/response.md index f36e1e6..8f7eef6 100644 --- a/docs/api/response.md +++ b/docs/api/response.md @@ -1,4 +1,3 @@ - # Response A Koa `Response` object is an abstraction on top of node's vanilla response object, @@ -76,9 +75,9 @@ - 510 "not extended" - 511 "network authentication required" - __NOTE__: don't worry too much about memorizing these strings, - if you have a typo an error will be thrown, displaying this list - so you can make a correction. +__NOTE__: don't worry too much about memorizing these strings, +if you have a typo an error will be thrown, displaying this list +so you can make a correction. ### res.length= @@ -243,4 +242,4 @@ this.response.lastModified = new Date(); ```js this.response.etag = crypto.createHash('md5').update(this.body).digest('hex'); -``` \ No newline at end of file +```