From a88f88965246e10bcf8c167b9c31d304748134c8 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Sun, 10 May 2020 20:43:59 +0200 Subject: [PATCH] Remove abundant word used twice (#13387) There is an abundant `put` in the introduction being used twice right after each other. Most probably this is an oversight / typo. This removes one instance of the word, to make the sentence better readable and grammatically correct. --- source/_docs/installation/docker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 4c32c3dfc26..209eb9d26cf 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -8,7 +8,7 @@ redirect_from: /getting-started/installation-docker/ These below instructions are for an installation of Home Assistant Core running in your own Docker environment, which you manage yourself. -Note that Docker command line option `--net=host` or the compose file equivalent `network_mode: host` must be used to put put Home Assistant on the host's network, otherwise certain functionality - including mDNS and UPnP - will break. The `-p` command line option or the compose file equivalent `ports:` is not compatible with host networking mode and must not be used. +Note that Docker command line option `--net=host` or the compose file equivalent `network_mode: host` must be used to put Home Assistant on the host's network, otherwise certain functionality - including mDNS and UPnP - will break. The `-p` command line option or the compose file equivalent `ports:` is not compatible with host networking mode and must not be used.