Skip to content

Commit 7e86659

Browse files
hillaryfraleyfabaff
authored andcommitted
Fixed typos and format inconsistencies (home-assistant#1114)
1 parent 805ff18 commit 7e86659

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/developers/development.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ sharing: true
99
footer: true
1010
---
1111

12-
Home Assistant is built from the ground up to be easily-extensible by other developers using components. It uses [Python 3](https://www.python.org/) for the backend and [Polymer (Web components)](https://www.polymer-project.org/) for the frontend.
12+
Home Assistant is built from the ground up to be easily extensible using components. Home Assistant uses [Python 3](https://www.python.org/) for the backend and [Polymer (Web components)](https://www.polymer-project.org/) for the frontend.
1313

14-
Home Assistant is open-source and MIT licensed. The source can be found here:
14+
Home Assistant is open-source and MIT-licensed. Here are links to the source::
1515

16-
- [home-assistant](https://github.com/home-assistant/home-assistant) - Python server backend
17-
- [home-assistant-js](https://github.com/home-assistant/home-assistant-js) - JavaScript backend powering the client
18-
- [home-assistant-polymer](https://github.com/home-assistant/home-assistant-polymer) - Polymer UI
16+
- [home-assistant](https://github.com/home-assistant/home-assistant): Python server backend.
17+
- [home-assistant-js](https://github.com/home-assistant/home-assistant-js): JavaScript backend that powers the client.
18+
- [home-assistant-polymer](https://github.com/home-assistant/home-assistant-polymer): Polymer UI.
1919

0 commit comments

Comments
 (0)