Skip to content

Commit 10d9853

Browse files
author
Roberto Santalla
authored
scenario: fix unbalanced parenthesis (#1221)
1 parent 1d99260 commit 10d9853

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
@@ -112,7 +112,7 @@ export function news() {
112112

113113
<Blockquote mod="note" title="">
114114

115-
By default, k6 applies a `scenario` tag to all metrics in each scenario (the value is the scenario name.
115+
By default, k6 applies a `scenario` tag to all metrics in each scenario, whose value is the scenario name.
116116
You can combine these tags with thresholds, or use them to simplify results filtering.
117117

118118
To disable scenario tags, use the [`--system-tags` option](/using-k6/options#system-tags).

0 commit comments

Comments
 (0)