Fix small docs typo (#7014)

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This commit is contained in:
Brian Brazil 2020-03-20 11:11:32 +00:00 committed by GitHub
parent e31b7b2679
commit 445d48f4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.