Skip to content

Commit dbd7f06

Browse files
authored
fixed a misspelling in the comment instant-load-increase.md (#1444)
* fix comment in the stages section instant-load-increase.md * fixed value of target in the comment
1 parent 748f147 commit dbd7f06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/sources/next/examples/instant-load-increase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const options = {
4747
preAllocatedVUs: 10,
4848
startVUs: 3,
4949
stages: [
50-
{ target: 20, duration: '30s' }, // linearly go from 3 VUs to 200 VUs for 30s
50+
{ target: 20, duration: '30s' }, // linearly go from 3 VUs to 20 VUs for 30s
5151
{ target: 100, duration: '0' }, // instantly jump to 100 VUs
5252
{ target: 100, duration: '10m' }, // continue with 100 VUs for 10 minutes
5353
],

src/data/markdown/docs/05 Examples/01 Examples/22 instant-load-increase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const options = {
4646
preAllocatedVUs: 10,
4747
startVUs: 3,
4848
stages: [
49-
{ target: 20, duration: '30s' }, // linearly go from 3 VUs to 200 VUs for 30s
49+
{ target: 20, duration: '30s' }, // linearly go from 3 VUs to 20 VUs for 30s
5050
{ target: 100, duration: '0' }, // instantly jump to 100 VUs
5151
{ target: 100, duration: '10m' }, // continue with 100 VUs for 10 minutes
5252
],
@@ -55,4 +55,4 @@ export const options = {
5555
};
5656
```
5757

58-
</CodeGroup>
58+
</CodeGroup>

0 commit comments

Comments
 (0)