Skip to content

Commit c360283

Browse files
author
Craig Pastro
authored
Fix small typo in scenarios (#1132)
1 parent 3a1fdc2 commit c360283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const options = {
5555
## Scenario executors
5656

5757
For each k6 scenario, the VU workload is scheduled by an _executor_.
58-
Executors configure how long the test runs, whether traffic stays constant or changes, and whether the workload is modeled by VUs or by arrival rate (that is, [open or closed models](/using-k6/scenarios/concepts/open-vs-closed/).
58+
Executors configure how long the test runs, whether traffic stays constant or changes, and whether the workload is modeled by VUs or by arrival rate (that is, [open or closed models](/using-k6/scenarios/concepts/open-vs-closed/)).
5959

6060
Your scenario object must define the `executor` property with one of the predefined executor names.
6161
Your choice of executor determines how k6 models load.

0 commit comments

Comments
 (0)