From: Eric Irish Date: Fri, 9 Jun 2017 19:06:46 +0000 (-0500) Subject: fix "milage" typo in tips and tricks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F793%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fix "milage" typo in tips and tricks --- diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index 1d4afda6..2587ce2b 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -103,7 +103,7 @@ Tables have all sorts of fancy HTML attributes…not all of which can be set in ``` -Speaking of CSS, you should only set classes and IDs on tables or `` tags, not `` tags. If you need to apply padding, only do that on a `` as well. Been there, done that — we had a lot of trouble with this while building the first version of Foundation for Emails. Your milage may vary, but just trying to help you out by saving you some time. +Speaking of CSS, you should only set classes and IDs on tables or `` tags, not `` tags. If you need to apply padding, only do that on a `` as well. Been there, done that — we had a lot of trouble with this while building the first version of Foundation for Emails. Your mileage may vary, but just trying to help you out by saving you some time. ---