summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorEnrico Spinielli <enrico.spinielli@gmail.com>2024-01-08 15:28:53 +0100
committerGitHub <noreply@github.com>2024-01-08 14:28:53 +0000
commit67a0afe9bd7bb176c629f5040af63f68ddf48752 (patch)
tree519ab4e6270af2bf24507b516ca124c25a72f7d7 /docs/reference
parent37863b2f8b6a0ab0d6908aa7c22a905b05e83447 (diff)
small typo (#3145)
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md
index 668fe1e7..ee9478bb 100644
--- a/docs/reference/scripting.md
+++ b/docs/reference/scripting.md
@@ -51,7 +51,7 @@ _blocks:_
functions. That is, `{list([A], [B])}` is equivalent to `{list[A][B]}`.
Content and code blocks can be nested arbitrarily. In the example below,
-`{[hello]}` is joined with the output of `{a + [ the ] + b}` yielding
+`{[hello ]}` is joined with the output of `{a + [ the ] + b}` yielding
`{[hello from the *world*]}`.
```example