From 7c141e0a23297cebe604d1b3185ae285f8b2d47e Mon Sep 17 00:00:00 2001 From: Daryl Knight Date: Wed, 13 May 2020 10:17:41 +0300 Subject: [PATCH] Missing a word in the boilerplate docs --- docs/pages/css-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/css-guide.md b/docs/pages/css-guide.md index 13c8eb4e..233d88c5 100644 --- a/docs/pages/css-guide.md +++ b/docs/pages/css-guide.md @@ -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 -- 2.47.2