From 23a1ca60d65c0f896b954633792f2f4fc544a3d7 Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 16 Oct 2023 23:25:03 +0100 Subject: docs: property --- docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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.
Syntax: - {{#property object property1 property2 ... propertyN}}{{/property}} + {{property object property1 property2 ... propertyN}} * _`object`_
The initial object to use. -- cgit v1.2.3