tests: fix typo in description

closes #4882
This commit is contained in:
Hashen
2022-04-07 21:14:16 +05:30
committed by Douglas Christopher Wilson
parent 04da4aaf1a
commit 1b2e097be2

View File

@@ -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) {