From d0e166c3c6eaf80871b7f38839ea90e048452844 Mon Sep 17 00:00:00 2001 From: apeltop Date: Mon, 28 Feb 2022 16:38:06 +0900 Subject: [PATCH] docs: fix typo in private api jsdoc closes #4843 --- lib/response.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/response.js b/lib/response.js index ba02008522..ccf8d91b2c 100644 --- a/lib/response.js +++ b/lib/response.js @@ -1113,7 +1113,7 @@ function sendfile(res, file, options, callback) { * ability to escape characters that can trigger HTML sniffing. * * @param {*} value - * @param {function} replaces + * @param {function} replacer * @param {number} spaces * @param {boolean} escape * @returns {string}