From a58146738ae151dd424ce2a4ee526fad4c296054 Mon Sep 17 00:00:00 2001 From: c727 Date: Wed, 18 Oct 2017 08:37:04 +0200 Subject: [PATCH] small typo (#3665) --- source/_docs/configuration/yaml.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/yaml.markdown b/source/_docs/configuration/yaml.markdown index f1fc116ef43..9398ec30bdb 100644 --- a/source/_docs/configuration/yaml.markdown +++ b/source/_docs/configuration/yaml.markdown @@ -86,7 +86,7 @@ http: ### {% linkable_title Including Separate Files %} -To improve readability, you can source out certain domains from you main configuration file with the `!include`-Syntax. +To improve readability, you can source out certain domains from your main configuration file with the `!include`-syntax. ```yaml lights: !include lights.yaml