From 3957bf63bc42d496da19e7281c466a539c7bf2a7 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 15 Mar 2018 15:55:52 +0800 Subject: [PATCH] chore: fix typo --- lib/core/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/module.js b/lib/core/module.js index 3f41961515..05f313bac5 100644 --- a/lib/core/module.js +++ b/lib/core/module.js @@ -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 )