Skip to content

Commit 12d55f9

Browse files
authored
Update parallel.md (codeceptjs#2878)
1 parent 4825f53 commit 12d55f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parallel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This command is similar to `run`, however, steps output can't be shown in worker
2626

2727
Each worker spins an instance of CodeceptJS, executes a group of tests, and sends back report to the main process.
2828

29-
By default the tests are assigned one by one to the avaible workers this may lead to multiple execution of `BeforeSuite()`. Use the option `--suites` to assigne the suites one by one to the workers.
29+
By default the tests are assigned one by one to the available workers this may lead to multiple execution of `BeforeSuite()`. Use the option `--suites` to assigne the suites one by one to the workers.
3030

3131
```sh
3232
npx codeceptjs run-workers --suites 2

0 commit comments

Comments
 (0)