diff --git a/docs/config/QUnit.config.md b/docs/config/QUnit.config.md index 5f539f58c..ce2624ff1 100644 --- a/docs/config/QUnit.config.md +++ b/docs/config/QUnit.config.md @@ -184,8 +184,8 @@ If you want to configure QUnit before it is loaded, you can introduce the global // QUnit is not yet loaded here window.QUnit = { config: { - autoStart: false, - noGlobals: true, + autostart: false, + noglobals: true, } }; ```