]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Spelling mistake under Inlining CSS heading 881/head
authorhcpss-vincevince1006 <vincent_dubay@hcpss.org>
Tue, 6 Mar 2018 20:15:27 +0000 (15:15 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Mar 2018 20:15:27 +0000 (15:15 -0500)
"Therefore" was spelled "Therefor"

docs/pages/tips-tricks.md

index 30c151e2be2b9071ad96d2532f177f976a452e86..2788bb157c3ce05c20151f5a65f0e1e7fae41927 100644 (file)
@@ -123,7 +123,7 @@ For some things you can do and work-arounds, see the <a href="#progressive-enhan
 
 #### Inlining CSS
 
-Gmail strips the `<head>` (and, consequently, `<style>`) tags from your email. Therefor your email's CSS needs to be inlined. You know, like old school CSS:
+Gmail strips the `<head>` (and, consequently, `<style>`) tags from your email. Therefore your email's CSS needs to be inlined. You know, like old school CSS:
 
 ```html
 <table class="menu" style="padding:0;text-align:center;vertical-align:top;width:auto">