]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Missing a word in the boilerplate docs 1004/head
authorDaryl Knight <darylknight@users.noreply.github.com>
Wed, 13 May 2020 07:17:41 +0000 (10:17 +0300)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 07:17:41 +0000 (10:17 +0300)
docs/pages/css-guide.md

index 13c8eb4ef975cf45c5b4397f3d4047807bf56b97..233d88c57f1003520725aaf5125d40f3c5d4cae8 100644 (file)
@@ -33,7 +33,7 @@ We'll be writing a layout from scratch, so open up `index.html`.
 
 ## Boilerplate
 
-Inside `index.html`, you can see the boilerplate needed to make an HTML work, with comments explaining what does what.
+Inside `index.html`, you can see the boilerplate needed to make an HTML email work, with comments explaining what does what.
 
 ```html
 <!-- Emails use the XHTML Strict doctype -->