Skip to content

Commit 6f12eee

Browse files
Louisdougwilson
authored andcommitted
docs: fix typo in jsdoc comment
closes #3859
1 parent 186a206 commit 6f12eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ res.clearCookie = function clearCookie(name, options) {
822822
* // "Remember Me" for 15 minutes
823823
* res.cookie('rememberme', '1', { expires: new Date(Date.now() + 900000), httpOnly: true });
824824
*
825-
* // save as above
825+
* // same as above
826826
* res.cookie('rememberme', '1', { maxAge: 900000, httpOnly: true })
827827
*
828828
* @param {String} name

0 commit comments

Comments
 (0)