From 556ca10d935127d3914d66b12378d5dbbbf2470f Mon Sep 17 00:00:00 2001 From: Damian Mullins <89059+DamianMullins@users.noreply.github.com> Date: Wed, 8 Sep 2021 09:32:55 +0100 Subject: [PATCH] docs: update variable reference. --- docs/api/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } ```