Skip to content

Commit

Permalink
Merge pull request #791 from daredevilgeek/fix-typo-mail
Browse files Browse the repository at this point in the history
fixed typo in mail example
  • Loading branch information
thinkingserious authored Oct 22, 2018
2 parents 8c6760b + c0f8113 commit ca30aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mail/mail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
'enable': true,
'html': 'If you would like to unsubscribe and stop receiving these emails <% clickhere %>.',
'substitution_tag': '<%click here%>',
'text': 'If you would like to unsubscribe and stop receiveing these emails <% click here %>.'
'text': 'If you would like to unsubscribe and stop receiving these emails <% click here %>.'
}
}
}";
Expand Down

0 comments on commit ca30aba

Please sign in to comment.