Skip to content

Commit

Permalink
tests: fix typo in description
Browse files Browse the repository at this point in the history
closes #4882
  • Loading branch information
Hashen110 authored and dougwilson committed Apr 7, 2022
1 parent 04da4aa commit 1b2e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/res.sendFile.js
Expand Up @@ -747,7 +747,7 @@ describe('res', function(){
})

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

app.use(function (req, res) {
Expand Down

0 comments on commit 1b2e097

Please sign in to comment.