Skip to content

Commit

Permalink
docs: fix typo in configuration runner (#9668)
Browse files Browse the repository at this point in the history
Just fix a typo in CHANGELOG.md
  • Loading branch information
youngBrain1893 authored Mar 14, 2020
1 parent 1c50413 commit b5c7092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ async runTests(
): Promise<void>
```

If you need to restrict your test-runner to only run in serial rather then being executed in parallel your class should have the property `isSerial` to be set as `true`.
If you need to restrict your test-runner to only run in serial rather than being executed in parallel your class should have the property `isSerial` to be set as `true`.

### `setupFiles` [array]

Expand Down

0 comments on commit b5c7092

Please sign in to comment.