From 22378493393a3f957df143eaa570838e3d9ae871 Mon Sep 17 00:00:00 2001 From: Devon Peet Date: Fri, 27 Oct 2017 01:32:29 -0400 Subject: [PATCH] Simple rewrite of phrase for clarity (#3793) --- source/_docs/installation/virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 1fb11753b7e..00e487c03f2 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -42,7 +42,7 @@ $ sudo usermod -G dialout -a homeassistant ### {% linkable_title Step 2: Create a directory for Home Assistant %} -This can be anywhere you want. As example we put it in `/srv`. You also need to change the ownership of the directory to the user you created above (if you created one). +This can be anywhere you want. We chose to put it in `/srv`. You also need to change the ownership of the directory to the user you created above (if you created one). ```bash $ sudo mkdir /srv/homeassistant