Skip to content

Commit 5724748

Browse files
authored
Update 100 Create custom metrics.md (#1172)
Corrected grammatical error from 'f you're comfortable with...' to 'If you're comfortable with...'
1 parent 80fafed commit 5724748

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/02 Metrics/100 Create custom metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The constructor creates a metric object of the declared type. Each type has an `
1111

1212
If you need help constructing a custom metric, read the following sections of this document.
1313
They document the procedure and provide examples.
14-
f you're comfortable with these already, you might prefer to read the [reference documentation for each metric constructor](/javascript-api/k6-metrics).
14+
If you're comfortable with these already, you might prefer to read the [reference documentation for each metric constructor](/javascript-api/k6-metrics).
1515
Each topic has examples to make a custom metric and create [thresholds](/using-k6/thresholds) from it.
1616

1717
## Create a custom metric

0 commit comments

Comments
 (0)