From 7bc13988c42379563bb1f0c48e032eed9f985a1e Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Tue, 14 Jul 2020 10:49:12 +0200 Subject: [PATCH] trivial fix (#602) --- docs/documenting/create-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting/create-page.md b/docs/documenting/create-page.md index c57c7c64..b979358b 100644 --- a/docs/documenting/create-page.md +++ b/docs/documenting/create-page.md @@ -102,7 +102,7 @@ When you're writing code that is to be executed on the terminal, do not prefix t For the [configuration templating](https://www.home-assistant.io/docs/configuration/templating/) [Jinja](http://jinja.pocoo.org/) is used. Check the [Documentation Standards](documenting/standards.md) for further details. -If you are don't escape templates then they will be rendered and appear blank on the website. +If you don't escape templates then they will be rendered and appear blank on the website. ### HTML