From ef33a79874033c1a4cfffb23939c7df68546c503 Mon Sep 17 00:00:00 2001 From: initial-wu Date: Mon, 4 Jun 2018 10:18:42 +0800 Subject: [PATCH] chore: mistake in a comment (#1201) --- lib/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request.js b/lib/request.js index 25bf373..16be9a2 100644 --- a/lib/request.js +++ b/lib/request.js @@ -226,7 +226,7 @@ module.exports = { /** * Set the search string. Same as - * response.querystring= but included for ubiquity. + * request.querystring= but included for ubiquity. * * @param {String} str * @api public