diff options
| -rw-r--r-- | docs/templates.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/templates.md b/docs/templates.md index c1ef23b7..05a5247a 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -443,7 +443,7 @@ Repeatedly gets a property of an object.  <details>    <summary>Syntax:</summary> -  <code>{{#property <i>object</i> <i>property1</i> <i>property2</i> <i>...</i> <i>propertyN</i>}}{{/property}}</code> +  <code>{{property <i>object</i> <i>property1</i> <i>property2</i> <i>...</i> <i>propertyN</i>}}</code>    * _`object`_ <br>      The initial object to use. |