]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fix "milage" typo in tips and tricks 793/head
authorEric Irish <eric.irish@springbox.com>
Fri, 9 Jun 2017 19:06:46 +0000 (14:06 -0500)
committerEric Irish <eric.irish@springbox.com>
Fri, 9 Jun 2017 19:06:46 +0000 (14:06 -0500)
docs/pages/tips-tricks.md

index 1d4afda6a7dc1e7022dd4adbe04b9549f6d7e03d..2587ce2ba2398e05b00e948ad13da1a84fbb5961 100644 (file)
@@ -103,7 +103,7 @@ Tables have all sorts of fancy HTML attributes…not all of which can be set in
 </table>
 ```
 
-Speaking of CSS, you should only set classes and IDs on tables or `<td>` tags, not `<tr>` tags. If you need to apply padding, only do that on a `<td>` 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 `<td>` tags, not `<tr>` tags. If you need to apply padding, only do that on a `<td>` 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.
 
 ---