From b7a747fc715fce67cc3b68d3ecc4278dbfdef176 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Sat, 12 Apr 2014 00:29:33 +0200 Subject: [PATCH] Fix typo in request api 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 9f39043..065d29b 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -73,7 +73,7 @@ var ct = this.request.type; // => "image/png" ``` -### res.charset +### req.charset Get request charset when present, or `undefined`: