From 8288d962effb72098d40ccd77d6f9494dffe4ee2 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:10:12 +0100 Subject: [PATCH] [v9.4.x] Docs: Use correct function in labels and annotations docs (#65253) Docs: Use correct function in labels and annotations docs (#65032) Use correct function in labels and annotations docs (cherry picked from commit 0464aebc8e80d5c66a29d45d584655a7cbf3d296) Co-authored-by: Martin Beentjes --- .../fundamentals/annotation-label/variables-label-annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md b/docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md index 7fbef157997..7044712eb47 100644 --- a/docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md +++ b/docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md @@ -315,7 +315,7 @@ The `toUpper` function returns all text in uppercase. #### Example ``` -{{ toLower "Hello, world!" }} +{{ toUpper "Hello, world!" }} ``` ```