From 445d48f4ce7379d156f0b438f6f886b89a4a06ce Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Fri, 20 Mar 2020 11:11:32 +0000 Subject: [PATCH] Fix small docs typo (#7014) Signed-off-by: Brian Brazil --- docs/configuration/template_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/template_reference.md b/docs/configuration/template_reference.md index fe2b60b23..c1a7e378f 100644 --- a/docs/configuration/template_reference.md +++ b/docs/configuration/template_reference.md @@ -90,7 +90,7 @@ parameterize templates, and have a few other differences. ### Alert field templates -`.Value`, `.Labels`, and `ExternalLabels` contain the alert value, the alert +`.Value`, `.Labels`, and `.ExternalLabels` contain the alert value, the alert labels, and the globally configured external labels, respectively. They are also exposed as the `$value`, `$labels`, and `$externalLabels` variables for convenience.