Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkni committed Jul 3, 2016
1 parent b36aa1a commit 2471bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Will run the module `foo`. You can specify one or multiple, comma-separated modu

Specify the seed to pass to QUnit, to run tests in random, but deterministic order. See [`QUnit.config.seed`](https://api.qunitjs.com/QUnit.config/) docs for more information.

_Note: You must be using `QUnit` version `1.23.0` or greater for this features to work properly._
_Note: You must be using `QUnit` version `1.23.0` or greater for these features to work properly._

### Usage examples

Expand Down Expand Up @@ -267,4 +267,4 @@ grunt.event.on('qunit.spawn', function (url) {

Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)

*This file was generated on Sun Jul 03 2016 00:15:02.*
*This file was generated on Sun Jul 03 2016 01:02:07.*
2 changes: 1 addition & 1 deletion docs/qunit-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Will run the module `foo`. You can specify one or multiple, comma-separated modu

Specify the seed to pass to QUnit, to run tests in random, but deterministic order. See [`QUnit.config.seed`](https://api.qunitjs.com/QUnit.config/) docs for more information.

_Note: You must be using `QUnit` version `1.23.0` or greater for this features to work properly._
_Note: You must be using `QUnit` version `1.23.0` or greater for these features to work properly._

0 comments on commit 2471bb8

Please sign in to comment.