diff --git a/docs/api/config.md b/docs/api/config.md index 5a84aa259..9bbb0fd60 100644 --- a/docs/api/config.md +++ b/docs/api/config.md @@ -38,7 +38,7 @@ config.showDeprecationWarnings = true config.deprecationWarningHandler = (method, message) => { if (method === 'emittedByOrder') return - console.error(msg) + console.error(message) } ```