Skip to content

Commit b44393d

Browse files
authored
Merge pull request #687 from bantic/patch-1
Update README.md: Fix typo in flag name
2 parents a6ab6e6 + 9a650a7 commit b44393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ You can also specify the `split` and `partition` options with `load-balance` to
302302
$ ember exam --split=<num> --partition=<num> --parallel=<num> --load-balance
303303
```
304304

305-
This command will split test files and load-balance tests from the specified partition across the browsers. For example `ember exam --split=2 -partition=1 --parallel=3 --load-balance`, the complete list of test files are split into two halves. With the first half of the list load balanced against three browsers. The output will look something like below:
305+
This command will split test files and load-balance tests from the specified partition across the browsers. For example `ember exam --split=2 --partition=1 --parallel=3 --load-balance`, the complete list of test files are split into two halves. With the first half of the list load balanced against three browsers. The output will look something like below:
306306

307307
```bash
308308
# ember exam --split=2 --partition=1 --parallel=3 --load-balance

0 commit comments

Comments
 (0)