From 0464aebc8e80d5c66a29d45d584655a7cbf3d296 Mon Sep 17 00:00:00 2001 From: Martin Beentjes Date: Thu, 23 Mar 2023 10:10:49 +0100 Subject: [PATCH] Docs: Use correct function in labels and annotations docs (#65032) Use correct function in labels and annotations docs --- .../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!" }} ``` ```