We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744564f commit 89bb531Copy full SHA for 89bb531
lib/response.js
@@ -524,7 +524,7 @@ res.sendfile = deprecate.function(res.sendfile,
524
* Optionally providing an alternate attachment `filename`,
525
* and optional callback `callback(err)`. The callback is invoked
526
* when the data transfer is complete, or when an error has
527
- * ocurred. Be sure to check `res.headersSent` if you plan to respond.
+ * occurred. Be sure to check `res.headersSent` if you plan to respond.
528
*
529
* Optionally providing an `options` object to use with `res.sendFile()`.
530
* This function will set the `Content-Disposition` header, overriding
0 commit comments