From cc4a549b70c56af52b04453554d5fa2eaee095cf Mon Sep 17 00:00:00 2001 From: Peeyush Kushwaha Date: Sat, 27 Sep 2014 17:38:21 +0530 Subject: [PATCH] fixed typo in documentation --- docs/api/request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/request.md b/docs/api/request.md index 4502085..b97be32 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -257,7 +257,7 @@ this.accepts('json', 'html'); // => "json" ``` - You may call `this.accepts()` as may times as you like, + You may call `this.accepts()` as many times as you like, or use a switch: ```js