diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 2b9069af7..b271e33e1 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -392,11 +392,11 @@ e.g. ### int -Creates a `int`. +Creates an `int`. e.g. -* `{{int "123" }}` → 123 +* `{{ int "123" }}` → 123 ## Strings