diff --git a/packages/@okta/vuepress-site/docs/guides/custom-email/main/index.md b/packages/@okta/vuepress-site/docs/guides/custom-email/main/index.md index 18f7ea3dcaa..f4ba0c0aaa2 100644 --- a/packages/@okta/vuepress-site/docs/guides/custom-email/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/custom-email/main/index.md @@ -383,7 +383,7 @@ Here are some examples: `${substringAfter("user@example.com", "@")}` -* To lower case function: This example converts the string `HELLO WORLD` to all lowercase, resulting in `helloe world`: +* To lower case function: This example converts the string `HELLO WORLD` to all lowercase, resulting in `hello world`: `${toLowerCase("HELLO WORLD")}`