Skip to content

Commit 8329606

Browse files
author
David Haeffner
committed
Fixed incorrect word
1 parent 6649fa0 commit 8329606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/command-line-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you run this command it will launch your tests in parallel, in multiple bro
4141

4242
The number of processes is configurable (amongst other things) at run time through various arguments you can provide.
4343

44-
__NOTE: Parallel execution happens atomically at the suite level. If you want the tests within a suite to be executed in parallel, there is a setting you'll need to change. See [Test Parallelization In A Suite](command-line-runner.md#test-parallelization-in-a-suite) for details.__
44+
__NOTE: Parallel execution happens automatically at the suite level. If you want the tests within a suite to be executed in parallel, there is a setting you'll need to change. See [Test Parallelization In A Suite](command-line-runner.md#test-parallelization-in-a-suite) for details.__
4545

4646
## Run-time configuration
4747

0 commit comments

Comments
 (0)