From 3f6dc14c78ca57016843b1a9292887f3d9de2807 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 3 Sep 2019 12:48:11 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4509a1a..c8137a3 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Each HTML file will be treated as an email template, except for `*.inc.html`. Se ### Using partials (*.inc.html) -By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using a `@include` HTML comment. +By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using the `@include` HTML comment. ```html