[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 0464aebc8e)

Co-authored-by: Martin Beentjes <martinbeentjes@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-03-27 10:10:12 +01:00
committed by GitHub
parent bd37c60b50
commit 8288d962ef
@@ -315,7 +315,7 @@ The `toUpper` function returns all text in uppercase.
#### Example
```
{{ toLower "Hello, world!" }}
{{ toUpper "Hello, world!" }}
```
```