Skip to content

Commit 94f75d1

Browse files
committed
learn/interactions: fix inFold crosslink
Signed-off-by: Luca Zeuch <[email protected]>
1 parent d39cdd3 commit 94f75d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/advanced/custom-interactions/parsing-an-interaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ wildcards here. Our code could look similar to the following listing.
8181
Having only one option users can choose certainly simplifies working with `.Values` under select menus, but most of the
8282
time it's probably not that easy. Here, we encourage you to fully consider what `.Values` gives you and what
8383
specifically you're interested in. If, for instance, you only want to find out whether a certain option was selected, we
84-
can use [`inFold`](/docs/reference/templates/functions/#inFold). In some other cases, we simply may not care at all,
84+
can use [`inFold`](/docs/reference/templates/functions/#infold). In some other cases, we simply may not care at all,
8585
just that we got a slice of things.
8686

8787
## Parsing Modals

0 commit comments

Comments
 (0)