From d26c5cc62fe083e4900cd284b7ab5537c976bb32 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Thu, 19 Nov 2020 16:47:15 +0100 Subject: [PATCH] fix the sentence structure of a sentence that lacked flow --- src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md b/src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md index b2bffc3073..2b55d505fd 100644 --- a/src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md +++ b/src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md @@ -10,8 +10,7 @@ hideFromSidebar: false > existing scripts and configurations will continue to work as before. For a list of breaking changes, > see the [k6 v0.27.0 release notes](https://github.com/loadimpact/k6/releases/tag/v0.27.0). -Scenarios allow us to make in-depth configurations to how VUs and iterations are scheduled, allowing -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: +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: - Multiple scenarios can be declared in the same script, and each one can independently execute a different JavaScript function, which makes organizing tests easier