Skip to content

Commit 7d5ad6f

Browse files
committed
reference: whoopsies, missed a thing
Signed-off-by: Luca Zeuch <[email protected]>
1 parent d1a8115 commit 7d5ad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/templates/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ The type should be provided as a string: `"text"`, `"user"`, `"role"`, `"mention
736736
### cmodal
737737

738738
```yag
739-
{{ $modal := cmodal }}
739+
{{ $modal := cmodal "list of modal values" }}
740740
```
741741

742742
Creates a [modal object][modals] for use in interactions. See [`sendModal`](#sendmodal) for more detail.

0 commit comments

Comments
 (0)