Skip to content

Commit 696d43c

Browse files
authored
fix the sentence structure of a sentence that lacked flow (#157)
1 parent d771aec commit 696d43c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ hideFromSidebar: false
1010
> existing scripts and configurations will continue to work as before. For a list of breaking changes,
1111
> see the [k6 v0.27.0 release notes](https://github.com/loadimpact/k6/releases/tag/v0.27.0).
1212
13-
Scenarios allow us to make in-depth configurations to how VUs and iterations are scheduled, allowing
14-
k6 scenarios enable configuring how VUs and iterations are scheduled, making it possible to model diverse traffic patterns in load tests. Benefits of using scenarios include:
13+
Scenarios allow us to make in-depth configurations to how VUs and iterations are scheduled. This makes it possible to model diverse traffic patterns in load tests. Benefits of using scenarios include:
1514

1615
- Multiple scenarios can be declared in the same script, and each one can
1716
independently execute a different JavaScript function, which makes organizing tests easier

0 commit comments

Comments
 (0)