Skip to content

Commit 80309fb

Browse files
committed
Punctuation fix
Signed-off-by: Raphael Skuza <rapsku.dev@gmail.com>
1 parent e45f856 commit 80309fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/utf8-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PromQL queries support UTF-8 metric names and label names. For example, a UTF-8
6262
series.1{"test.utf8.metric"="😄"}
6363
```
6464

65-
Note, that the metric name `series.1` is not valid under the `legacy` validation scheme. It is accepted only when UTF-8 validation is enabled. This is useful when metric or label names contain characters, such as `.`, that are supported by UTF-8 validation but not by the legacy validation scheme.
65+
Note that the metric name `series.1` is not valid under the `legacy` validation scheme. It is accepted only when UTF-8 validation is enabled. This is useful when metric or label names contain characters, such as `.`, that are supported by UTF-8 validation but not by the legacy validation scheme.
6666

6767
### Alertmanager
6868

0 commit comments

Comments
 (0)