From 2f2a2adb3578498777dd549ce4dbb42269ab0c48 Mon Sep 17 00:00:00 2001 From: Fares Rihani Date: Mon, 3 Oct 2016 11:07:00 -0400 Subject: [PATCH] Update installation-vagrant.markdown #1052 (#1089) Minor spelling correction --- source/getting-started/installation-vagrant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-vagrant.markdown b/source/getting-started/installation-vagrant.markdown index f6fec2de2b9..e17b06efe72 100644 --- a/source/getting-started/installation-vagrant.markdown +++ b/source/getting-started/installation-vagrant.markdown @@ -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 %}