Update installation-vagrant.markdown #1052 (#1089)

Minor spelling correction
This commit is contained in:
Fares Rihani 2016-10-03 11:07:00 -04:00 committed by Fabian Affolter
parent 9d454e51db
commit 2f2a2adb35

View File

@ -46,7 +46,7 @@ $ git config --global core.autocrlf input
$ vagrant up
```
This will download and start a virtual machine using Virtualbox, which will internally setup the development environment necessary to start Home Assistant process and run test suite as well. After the VM has started succesfully, the Home Assistant frontend will be accessible locally from your browser at [http://localhost:8123](http://localhost:8123)
This will download and start a virtual machine using Virtualbox, which will internally setup the development environment necessary to start Home Assistant process and run test suite as well. After the VM has started successfully, the Home Assistant frontend will be accessible locally from your browser at [http://localhost:8123](http://localhost:8123)
## {% linkable_title Stopping Vagrant %}