chore: fix typo

This commit is contained in:
Clark Du 2018-03-15 15:55:52 +08:00
parent 4896820390
commit 3957bf63bc
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -141,7 +141,7 @@ module.exports = class ModuleContainer {
// Prepare callback
const cb = err => {
printWarn(
'Supporting callbacks is depricated and will be removed in next releases. Consider using async/await.',
'Supporting callbacks is deprecated and will be removed in next releases. Consider using async/await.',
src
)