Skip to content

Commit

Permalink
docs: fix typo in private api jsdoc
Browse files Browse the repository at this point in the history
closes #4843
  • Loading branch information
apeltop authored and dougwilson committed Feb 28, 2022
1 parent cf9f662 commit d0e166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d0e166c

Please sign in to comment.