From: RafiBomb Date: Wed, 1 Jun 2016 18:17:03 +0000 (-0700) Subject: fixes some typos X-Git-Tag: v2.2.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26b11c11211107907ab4954a618d3fd1f8431f5;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixes some typos --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 4c817da3..0e2c8545 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -112,7 +112,7 @@ Speaking of CSS, you should only set classes and IDs on tables or `` tags, n #### CSS Support Support of CSS properties varies greatly between email clients. You're best off sticking with the basics and not getting too fancy. -This CSS compatibily chart will really save you some pain when writing CSS: +This CSS compatibility chart will really save you some pain when writing CSS: [CSS Support Chart](https://www.campaignmonitor.com/css/b/) @@ -150,7 +150,7 @@ Margin: 10px; // fallback for Outlook.com ``` - `
` tags are ok, but you won't get pixel perfect results and you can quickly fill up your code with messyness. -- **Your best option** for vertical spacing is to use the `` component in Foundation for Emails. It works consistintly on all email clients and lets you set the height with the size attribute. So `` will create 32px of vertical space. +- **Your best option** for vertical spacing is to use the `` component in Foundation for Emails. It works consistently on all email clients and lets you set the height with the size attribute. So `` will create 32px of vertical space. ---