diff --git a/docs/docs/how-to/campaigns/templates.md b/docs/docs/how-to/campaigns/templates.md index d945f614..3420c0d0 100644 --- a/docs/docs/how-to/campaigns/templates.md +++ b/docs/docs/how-to/campaigns/templates.md @@ -211,7 +211,7 @@ Truncate a string to the specified `length` #### Truncate Words Truncate a string to have the specified number of words. ```handlebars -{{ trucateWords "This is a long piece of text" 3 }} // = `This is a` +{{ truncateWords "This is a long piece of text" 3 }} // = `This is a` ``` ### Numbers