Skip to content

Commit

Permalink
📚 Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 26, 2019
1 parent 7fab0c9 commit d0860f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configuration straight from the web browser and can be embedded straight
into the Home Assistant frontend UI.

Visual Studio Code runs as a remote server using `code-server`, and is a
fully fletched VSCode experience.
fully fledged VSCode experience.

The add-on has the Home Assistant and MDI icons extensions pre-installed
and pre-configured right out of the box. This means that autocompletion works
Expand Down Expand Up @@ -61,7 +61,7 @@ Example add-on configuration:

```json
{
"log_level": "info",
"log_level": "info",
"password": "ChooChooHomie",
"ssl": false,
"certfile": "fullchain.pem",
Expand All @@ -75,7 +75,7 @@ Example add-on configuration:
}
```

**Note**: _This is just an example, don't copy and past it! Create your own!_
**Note**: _This is just an example, don't copy and paste it! Create your own!_

### Option: `log_level`

Expand Down Expand Up @@ -174,7 +174,7 @@ panel_iframe:
This issue is caused by your system not having enough file handles,
which causes VSCode to be unable to watch all your files. For HassOS,
currently the only option is to click on the little gog when the
currently the only option is to click on the little cog when the
notification appears and tell it to not show again. In case you have
a generic Linux setup (e.g., Ubuntu), follow this guide by Microsoft:
Expand Down
2 changes: 1 addition & 1 deletion vscode/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configuration straight from the web browser and can be embedded straight
into the Home Assistant frontend UI.

Visual Studio Code runs as a remote server using `code-server`, and is a
fully fletched VSCode experience.
fully fledged VSCode experience.

The add-on has the Home Assistant and MDI icons extensions pre-installed
and pre-configured right out of the box. This means that autocompletion works
Expand Down

0 comments on commit d0860f7

Please sign in to comment.