Skip to content

Commit

Permalink
Docs: Fix the casing for autostart and noglobals (#1373)
Browse files Browse the repository at this point in the history
According to the documentation above, both are lowercase.
  • Loading branch information
5j9 authored and trentmwillis committed Feb 18, 2019
1 parent 620ef5c commit 766db37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/QUnit.config.md
Expand Up @@ -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,
}
};
```

0 comments on commit 766db37

Please sign in to comment.