]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix grammatical error in Delorean reference
authorPhil Wolstenholme <phil@wolstenhol.me>
Wed, 2 May 2018 10:28:18 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Wed, 2 May 2018 10:28:18 +0000 (11:28 +0100)
Remove surplus word from 'going back to the 1996'

docs/pages/tips-tricks.md

index 30c151e2be2b9071ad96d2532f177f976a452e86..c245d36c1dd3418179627b2701983edde9b7a075 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-capitor, and going back to 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>