Skip to content

Commit 766db37

Browse files
5j9trentmwillis
authored andcommitted
Docs: Fix the casing for autostart and noglobals (#1373)
According to the documentation above, both are lowercase.
1 parent 620ef5c commit 766db37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/QUnit.config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ If you want to configure QUnit before it is loaded, you can introduce the global
184184
// QUnit is not yet loaded here
185185
window.QUnit = {
186186
config: {
187-
autoStart: false,
188-
noGlobals: true,
187+
autostart: false,
188+
noglobals: true,
189189
}
190190
};
191191
```

0 commit comments

Comments
 (0)