Skip to content

Commit 0c60062

Browse files
authored
Fix a typo on Rate page
1 parent 3b49259 commit 0c60062

File tree

1 file changed

+1
-1
lines changed
  • docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate

1 file changed

+1
-1
lines changed

docs/sources/k6/v1.1.x/javascript-api/k6-metrics/rate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 72
77

88
# Rate
99

10-
_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [custom metrics](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).
10+
_Rate_ is an object for representing a custom metric keeping track of the percentage of added values that are non-zero. It is one of the four [metric types](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-metrics).
1111

1212
| Parameter | Type | Description |
1313
| --------- | ------ | ------------------------------ |

0 commit comments

Comments
 (0)