Skip to content

Commit 7718690

Browse files
[fix]; missing comma
1 parent c8309be commit 7718690

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/02 Advanced Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This script has two scenarios, `contacts` and `news`, which run in sequence:
2121
1. At the beginning of the test, k6 starts the `contacts` scenario. 50 VUs try to run as many iterations as possible for 30 seconds.
2222
1. After 30 seconds, k6 starts the `news` scenario. 50 VUs each try to run 100 iterations in one minute.
2323

24-
Along with `startTime` `duration`, and `maxDuration`, note the different test logic for each scenario.
24+
Along with `startTime`, `duration`, and `maxDuration`, note the different test logic for each scenario.
2525

2626
<CodeGroup labels={[ "multiple-scenarios.js" ]} lineNumbers={[true]}>
2727

0 commit comments

Comments
 (0)