Skip to content

Commit b3ea26b

Browse files
karollewandowskiraducotescu
authored andcommitted
Fix data-sly-call attribute value definition
1 parent cee9d65 commit b3ea26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ Template blocks can be used like function calls: in their declaration they can g
13251325
* Calls a declared HTML block, passing parameters to it.
13261326
* **Element:** always shown.
13271327
* **Content of element:** replaced with the content of the called `data-sly-template` element.
1328-
* **Attribute value:** optional; an expression defining the template identifier and the parameters to pass.
1328+
* **Attribute value:** required; an expression defining the template identifier and the parameters to pass.
13291329
* **Attribute identifier:** none.
13301330

13311331
##### 2.2.10.3. Examples

0 commit comments

Comments
 (0)