From: Elliot Date: Mon, 4 Dec 2017 20:33:26 +0000 (-0800) Subject: Corrected typo: charachter -> character X-Git-Tag: v2.3.0~7^2~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F856%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Corrected typo: charachter -> character --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 30c151e2..ad62bc41 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -246,13 +246,13 @@ Problems Causes -- Making the HTML file size less than 20kb (20540 characters) - not including images or the plain-text version. This charachter count includes things like inline styles, HTML tags, and spaces, and other HTML entities. +- Making the HTML file size less than 20kb (20540 characters) - not including images or the plain-text version. This character count includes things like inline styles, HTML tags, and spaces, and other HTML entities. - Downloading the message over cellular data, not WiFi. Can't do much about this one. Solution? - Create emails that are short and to the point. Too many call-to-actions's, topics, or long emails don't tend to work that well anyways. -- Minify your HTML. The ZURB Stack comes with a setting to minify the HTML if you run `npm run build`. This will remove white-space which adds to the charachter count and file size. Our [web inliner](http://foundation.zurb.com/emails/inliner.html) also has an option to remove (compress) whitespace between your charachters. +- Minify your HTML. The ZURB Stack comes with a setting to minify the HTML if you run `npm run build`. This will remove white-space which adds to the character count and file size. Our [web inliner](http://foundation.zurb.com/emails/inliner.html) also has an option to remove (compress) whitespace between your characters. ---