From d33bd6be510c624f059e608664e63c7779b6e042 Mon Sep 17 00:00:00 2001 From: Jonas Pedersen Date: Mon, 21 Jan 2019 07:08:53 +0100 Subject: [PATCH] Minor spelling error (#166) Fix minor spelling error. --- docs/documentation_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation_index.md b/docs/documentation_index.md index 201e300f..cb58c42f 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -24,7 +24,7 @@ To test your changes locally, you need to install **Ruby** and its dependencies Then you can work on the documentation: -- Run `bundle exec rake generate` to generate the every first preview. This will take a couple of minutes. +- Run `bundle exec rake generate` to generate the very first preview. This will take a couple of minutes. - Create/edit/update a page. The components/platforms documentation is located in `source/_components/`. `source/_docs/` contains the Home Assistant documentation itself. - Test your changes to home-assistant.io locally: run `bundle exec rake preview` and navigate to [http://127.0.0.1:4000](http://127.0.0.1:4000). While this command is working, any changes to a file are automatically detected and will update the affected pages. You will have to manually reload them in the browser though. - Create a Pull Request (PR) against the **next** branch of home-assistant.io if your documentation is a new feature, platform, or component.