From 538b2b97cbba319c02cd16775df28f47f6a2cf02 Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Sat, 25 Feb 2017 17:20:59 -0500 Subject: [PATCH] Grammar and correct syntax highlighting. (#2139) This code block was using yaml as its syntax highlighting type, causing the colors to be odd. I've switched in bash. --- source/_docs/frontend/webserver.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_docs/frontend/webserver.markdown b/source/_docs/frontend/webserver.markdown index bf4bf1b8b10..c2ff7f1f924 100644 --- a/source/_docs/frontend/webserver.markdown +++ b/source/_docs/frontend/webserver.markdown @@ -10,11 +10,11 @@ footer: true redirect_from: /details/webserver/ --- -It was only a matter of time till the first queries for tools like [https://www.shodan.io](https://www.shodan.io/search?query=Home+Assistant) to search for Home Assistant instances showed up. +It was only a matter of time until the first queries for tools like [https://www.shodan.io](https://www.shodan.io/search?query=Home+Assistant) to search for Home Assistant instances showed up. -To get an idea about how your Home Assistant instance looks like for network scanner, you can use `nmap`. The `nmap` tool is already available if you are using the [nmap device tracker](/components/device_tracker/). +To get an idea about how your Home Assistant instance looks to a network scanner, you can use `nmap`. The `nmap` tool is already available if you are using the [nmap device tracker](/components/device_tracker/). -```yaml +```bash $ nmap -sV -p 8123 --script=http-title,http-headers 192.168.1.3 Starting Nmap 7.12 ( https://nmap.org ) at 2016-10-06 10:01 CEST