diff --git a/docs/Configuration.md b/docs/Configuration.md index 9a8eed414769..7796705e5085 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -756,7 +756,7 @@ async runTests( ): Promise ``` -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]