Skip to content

Commit

Permalink
Docs: Fix typo in docs for QUnit.module
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic authored and trentmwillis committed Jun 30, 2017
1 parent a3d6cc9 commit 35d960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUnit/module.md
Expand Up @@ -68,7 +68,7 @@ As the codebase becomes bigger and bigger, you may sometimes find some tests, re

If the child suites and tests contain some `todo` or `only` tests, `QUnit` will mark those as skipped as if they were defined using `QUnit.skip()`.

### Under developpement tests
### Under development tests

When a module is still under development (in a "todo" state), you can use `QUnit.module.todo` to easily mark it as `todo`.

Expand Down

0 comments on commit 35d960b

Please sign in to comment.