Skip to content

Commit

Permalink
scenario: fix unbalanced parenthesis (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jun 19, 2023
1 parent 1d99260 commit 10d9853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function news() {

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

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

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

0 comments on commit 10d9853

Please sign in to comment.