Skip to content

Commit b5c7092

Browse files
docs: fix typo in configuration runner (#9668)
Just fix a typo in CHANGELOG.md
1 parent 1c50413 commit b5c7092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ async runTests(
756756
): Promise<void>
757757
```
758758

759-
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`.
759+
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`.
760760

761761
### `setupFiles` [array]
762762

0 commit comments

Comments
 (0)