diff --git a/lib/response.js b/lib/response.js index ba02008522d..ccf8d91b2c3 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}