]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix typo 983/head
authorBenjamin Morel <benjamin.morel@gmail.com>
Fri, 7 Feb 2020 00:10:04 +0000 (01:10 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 00:10:04 +0000 (01:10 +0100)
docs/pages/tips-tricks.md

index f0834af498103780524a965f50b162b15810812c..87808aca24fe48e2e3d26f2b8cdfb37e24289464 100644 (file)
@@ -36,7 +36,7 @@ The height of your email doesn't matter as much because people scroll. It still
 
 #### Structure and alignment:
 
-When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `<div>` with auto left and right margins for centering, or background colors; It won't work most email clients. `<div>`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for structural purposes or spacing.
+When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `<div>` with auto left and right margins for centering, or background colors; it won't work with most email clients. `<div>`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for structural purposes or spacing.
 
 Instead, you can use the `<wrapper>` Inky tag to create background colors and target elements inside. [More on Wrapper &#8594;](wrapper.html)