summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-11-21 11:03:52 +0200
committerGitHub <noreply@github.com>2023-11-21 11:03:52 +0200
commitc0feaec456e474313e827f489b0fcf9a7c5491e8 (patch)
treeb32425718809bcb56f3ce8ddd732404c973df9e5 /health
parentc9e081ef8d978d11937b34573a86f9189fd39655 (diff)
Minor: Small health docs typo fix (#16439)
small typo fix
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index c2666f13ad..7ea89529c8 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -733,7 +733,7 @@ alert information. Current variables supported are:
| ${family} | Will be replaced by the family instance for the alert (e.g. eth0) |
| ${label:LABEL_NAME} | The variable will be replaced with the value of the chart label |
-For example, a summry field like the following:
+For example, a summary field like the following:
```yaml
summary: 1 minute received traffic overflow for ${label:device}
@@ -742,7 +742,7 @@ summary: 1 minute received traffic overflow for ${label:device}
Will be rendered on the alert acting on interface `eth0` as:
```yaml
-info: 1 minute received traffic overflow for ${label:device}
+summary: 1 minute received traffic overflow for eth0
```
> Please note that variable names are case-sensitive.