Docs: Use correct function in labels and annotations docs (#65032)

Use correct function in labels and annotations docs
pull/65266/head
Martin Beentjes 2 years ago committed by GitHub
parent 66e4b12032
commit 0464aebc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md

@ -315,7 +315,7 @@ The `toUpper` function returns all text in uppercase.
#### Example #### Example
``` ```
{{ toLower "Hello, world!" }} {{ toUpper "Hello, world!" }}
``` ```
``` ```

Loading…
Cancel
Save