Skip to content

Commit 538b2b9

Browse files
corbanmaillouxfabaff
authored andcommitted
Grammar and correct syntax highlighting. (home-assistant#2139)
This code block was using yaml as its syntax highlighting type, causing the colors to be odd. I've switched in bash.
1 parent f5fd87b commit 538b2b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_docs/frontend/webserver.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ footer: true
1010
redirect_from: /details/webserver/
1111
---
1212

13-
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.
13+
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.
1414

15-
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/).
15+
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/).
1616

17-
```yaml
17+
```bash
1818
$ nmap -sV -p 8123 --script=http-title,http-headers 192.168.1.3
1919

2020
Starting Nmap 7.12 ( https://nmap.org ) at 2016-10-06 10:01 CEST

0 commit comments

Comments
 (0)