mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
chore: fix typo
This commit is contained in:
parent
4896820390
commit
3957bf63bc
@ -141,7 +141,7 @@ module.exports = class ModuleContainer {
|
|||||||
// Prepare callback
|
// Prepare callback
|
||||||
const cb = err => {
|
const cb = err => {
|
||||||
printWarn(
|
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
|
src
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user