From b5c7092687a265e3f4f2ba6f9787e47e8c6b9d5e Mon Sep 17 00:00:00 2001 From: young Date: Sat, 14 Mar 2020 23:05:41 +0800 Subject: [PATCH] docs: fix typo in configuration runner (#9668) Just fix a typo in CHANGELOG.md --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]