From bafc0109fc2864f731991d2f8e4e6c56aeb144ac Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 4 Jan 2014 12:11:03 -0800 Subject: [PATCH] Update response.md --- docs/api/response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/response.md b/docs/api/response.md index ea31694..740caac 100644 --- a/docs/api/response.md +++ b/docs/api/response.md @@ -102,7 +102,7 @@ so you can make a correction. - `Object` json-stringified - `null` no content response - If `res.status` has been set, Koa will automatically set the status to `200` or `204`. + If `res.status` has not been set, Koa will automatically set the status to `200` or `204`. #### String