Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1d3c100

Browse files
authored
Linty
1 parent 6823d1d commit 1d3c100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/templates/template-email-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Notice in the incorrect example, the `getConfirmationLink()` method is called di
2424

2525
Note that spaces should be not be used next to the braces:
2626

27-
- Correct: `{{var subscriber_data.confirmation_link}}`
28-
- Incorrect: `{{ var subscriber_data.confirmation_link }}`
27+
- Correct: `{{var subscriber_data.confirmation_link}}`
28+
- Incorrect: `{{ var subscriber_data.confirmation_link }}`
2929

3030
We refer to this as 'strict mode' for email templates.
3131
All default templates have been converted to this strict mode.

0 commit comments

Comments
 (0)