mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-22 21:29:09 +00:00
fix: typos in ServeStatic.js
This commit is contained in:
parent
ff6bb9dacb
commit
bf077f4aa3
@ -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}" }`)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user