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

Use correct function in labels and annotations docs
This commit is contained in:
Martin Beentjes 2023-03-23 10:10:49 +01:00 committed by GitHub
parent 66e4b12032
commit 0464aebc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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