Skip to content

Commit 8e8ef8f

Browse files
Fix typo in execution-context-variables.md (#2008)
1 parent 0abd5eb commit 8e8ef8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sources/k6/next/using-k6/execution-context-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Scenario info
5555
Name of the running scenario: ${exec.scenario.name}
5656
Executor type: ${exec.scenario.executor}
5757
Scenario start timestamp: ${exec.scenario.startTime}
58-
Percenatage complete: ${exec.scenario.progress}
58+
Percentage complete: ${exec.scenario.progress}
5959
Iteration in instance: ${exec.scenario.iterationInInstance}
6060
Iteration in test: ${exec.scenario.iterationInTest}
6161

docs/sources/k6/v1.1.x/using-k6/execution-context-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Scenario info
5555
Name of the running scenario: ${exec.scenario.name}
5656
Executor type: ${exec.scenario.executor}
5757
Scenario start timestamp: ${exec.scenario.startTime}
58-
Percenatage complete: ${exec.scenario.progress}
58+
Percentage complete: ${exec.scenario.progress}
5959
Iteration in instance: ${exec.scenario.iterationInInstance}
6060
Iteration in test: ${exec.scenario.iterationInTest}
6161

0 commit comments

Comments
 (0)