Skip to content

Commit f9dcf1f

Browse files
Fix typo in PAGE_TEMPLATE
1 parent 29daf1e commit f9dcf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/configuration-based/PAGE_TEMPLATES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example, given a YesNoField component called `TKsWbP`, the template `{{ TKsW
5858

5959
The current FormContext is also available as `context` in the templates. This allows access to the full data including the path the user has taken in their journey and any miscellaneous data returned from `Page event`s in `context.data`.
6060

61-
Templates should be single line JSON strings, where line breaks are not rendered and are defined as `\n`. Our reccomendation is that template strings are edited separately to the form JSON, before being minified and copied into the JSON.
61+
Templates should be single line JSON strings, where line breaks are not rendered and are defined as `\n`. Our recommendation is that template strings are edited separately to the form JSON, before being minified and copied into the JSON.
6262

6363
## DXT filters
6464

0 commit comments

Comments
 (0)