aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpraschke <stel@comfy.monster>2023-10-16 23:14:15 +0100
committerpraschke <stel@comfy.monster>2023-10-17 22:44:55 +0100
commitf5145607ce2933fa9ae8cfb99e651a3dc3860fef (patch)
tree1ef99129d09df63b441349289bd81f17ca2fdb3a /docs
parent383366bc064040e6b6323cce459019e0a147a636 (diff)
docs: spread
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md
index b7e75437..d27382fe 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -279,7 +279,7 @@ This allows it to be used similar to an [`Array.concat`](https://developer.mozil
<details>
<summary>Syntax:</summary>
- <code>{{#spread <i>iterable1</i> <i>iterable2</i> <i>...</i> <i>iterableN</i>}}{{/spread}}</code>
+ <code>{{spread <i>iterable1</i> <i>iterable2</i> <i>...</i> <i>iterableN</i>}}</code>
* _`iterableN`_ <br>
A variable amount of iterable objects to combine into a single array.