Minor: Small health docs typo fix (#16439)
small typo fix
Emmanuel Vasilakis committed
Nov 21, 2023 at 11:03 UTC
c0feaec456e474313e827f489b0fcf9a7c5491e8
1 file changed
+2
-2
health/REFERENCE.md
+2
-2
@@ -733,7 +733,7 @@ alert information. Current variables supported are:
733
| ${family} | Will be replaced by the family instance for the alert (e.g. eth0) |
734
| ${label:LABEL_NAME} | The variable will be replaced with the value of the chart label |
735
736
-For example, a summry field like the following:
736
+For example, a summary field like the following:
737
738
```yaml
739
summary: 1 minute received traffic overflow for ${label:device}
@@ -742,7 +742,7 @@ summary: 1 minute received traffic overflow for ${label:device}
742
Will be rendered on the alert acting on interface `eth0` as:
743
744
```yaml
745
-info: 1 minute received traffic overflow for ${label:device}
745
+summary: 1 minute received traffic overflow for eth0
746
```
747
748
> Please note that variable names are case-sensitive.