Skip to content

Commit 1b2e097

Browse files
Hashen110dougwilson
authored andcommittedApr 7, 2022
tests: fix typo in description
closes #4882
1 parent 04da4aa commit 1b2e097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/res.sendFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ describe('res', function(){
747747
})
748748

749749
describe('when cacheControl: false', function () {
750-
it('shold not send cache-control', function (done) {
750+
it('should not send cache-control', function (done) {
751751
var app = express()
752752

753753
app.use(function (req, res) {

0 commit comments

Comments
 (0)
Please sign in to comment.