]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixed typo for Back to the Future reference 907/head
authorDavid Gagne <david@grindfusion.com>
Sat, 28 Jul 2018 03:46:52 +0000 (23:46 -0400)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 03:46:52 +0000 (23:46 -0400)
The reference of Back to the Future fell a little flat when the typo "capitor" stood in for "capacitor". Don't worry Doc didn't see it, yet!

docs/pages/tips-tricks.md

index 30c151e2be2b9071ad96d2532f177f976a452e86..cbeb213fb76623d312729812b58593f545e69135 100644 (file)
@@ -16,7 +16,7 @@ A framework is a collection of reusable code and design patterns which gives use
 
 ## Need to know
 
-The sad truth about creating or coding HTML emails is that tables are the only things that are universally supported when it comes to email design. If you came from the world of building websites, this may seem like a stepping into Doc Brown's Delorean, charging up the Flux-capitor, and going back to the 1996. Suddenly your CSS is written with inline style tags, useful CSS properties don't work and you're burried in a sea of table tags.
+The sad truth about creating or coding HTML emails is that tables are the only things that are universally supported when it comes to email design. If you came from the world of building websites, this may seem like a stepping into Doc Brown's Delorean, charging up the Flux-capacitor, and going back to the 1996. Suddenly your CSS is written with inline style tags, useful CSS properties don't work and you're burried in a sea of table tags.
 
 <div class="callout secondary tip">General rule of thumb: your email is not going to look identical in every client. And that’s OK.</div>