Skip to content

Commit fb56db8

Browse files
authored
Merge pull request #1169 from umer936/patch-1
Minor grammatical changes
2 parents 602e231 + 8042713 commit fb56db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/developers/website.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ footer: true
1111

1212
The website you are reading now is the home of Home Assistant: [https://home-assistant.io](https://home-assistant.io). This is the place where we provide documentation and additional details about Home Assistant for end users and developers.
1313

14-
home-assistant.io is built using [Jekyll](http://github.com/mojombo/jekyll) and [those available dependencies](https://pages.github.com/versions/). The pages are written in [markdown](http://daringfireball.net/projects/markdown/); to add a page you don't need to know about HTML or the like.
14+
home-assistant.io is built using [Jekyll](http://github.com/mojombo/jekyll) and [these available dependencies](https://pages.github.com/versions/). The pages are written in [markdown](http://daringfireball.net/projects/markdown/). To add a page, you don't need to know about HTML.
1515

16-
The link "**Edit this page on GitHub**" allows one to edit pages without creating a fork.
16+
You can use the "**Edit this page on GitHub**" link to edit pages without creating a fork.
1717

18-
For larger changes, we suggest that you clone the website repository. This has the advantage that you can review your changes locally. The process for working on the website is no different from working on Home Assistant itself. You work on your change and propose it via a pull request.
18+
For larger changes, we suggest that you clone the website repository. This way, you can review your changes locally. The process for working on the website is no different from working on Home Assistant itself. You work on your change and propose it via a pull request.
1919

2020
To test your changes locally, you need to install the **Ruby** dependencies (gems):
2121

2222
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) if you don't have it already.
23-
- Install `bundler`, which is a dependency manager for Ruby: `gem install bundler`
23+
- Install `bundler`, a dependency manager for Ruby: `gem install bundler`
2424
- In your home-assistant.github.io root directory, run `bundle` to install the gems you need.
2525

2626
Then you can work on the documentation:

0 commit comments

Comments
 (0)