fix: typos in ServeStatic.js

This commit is contained in:
Bobby 2022-09-21 06:09:27 +07:00
parent ff6bb9dacb
commit bf077f4aa3
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -83,7 +83,7 @@ class ServeStatic {
}
if (this.contentTypesMaps.size) {
logger.debug(`Inititated Content-Type overrides map for ${this.contentTypesMaps.size} extension(s).`)
logger.debug(`Initiated Content-Type overrides map for ${this.contentTypesMaps.size} extension(s).`)
} else {
this.contentTypesMaps = undefined
}
@ -98,7 +98,7 @@ class ServeStatic {
}
)
logger.debug('Inititated SimpleDataStore for Content-Disposition: ' +
logger.debug('Initiated SimpleDataStore for Content-Disposition: ' +
`{ limit: ${this.contentDispositionStore.limit}, strategy: "${this.contentDispositionStore.strategy}" }`)
}