Skip to content

Commit 83c23cb

Browse files
[fix] awkward sentence
1 parent 9b3bf14 commit 83c23cb

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/02 Using k6/14 Scenarios/01 Executors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ excerpt: 'Executors control how k6 schedules VUs and iterations. Choose the exec
77
The executor that you choose depends on the goals of your test and the type of traffic you want to model.
88

99
Define the executor in `executor` key of the scenario object.
10-
Possible values for `executor` are the executor name separated by hyphens.
10+
The value is the executor name separated by hyphens.
1111

1212

1313
```javascript

0 commit comments

Comments
 (0)