From 6ea9d4b362ddbdd1177b84367b96a7818282e8e5 Mon Sep 17 00:00:00 2001 From: Elliot Date: Mon, 4 Dec 2017 12:33:26 -0800 Subject: [PATCH] Corrected typo: charachter -> character --- docs/pages/tips-tricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. --- -- 2.47.2