From 9b0b3a4690c57125e7fe5c413a5c3c5c9ea73bbf Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 1 Oct 2017 01:07:16 -0400 Subject: [PATCH] Fix sentance structure (#3474) --- source/developers/frontend.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/frontend.markdown b/source/developers/frontend.markdown index 71bd42b2d1a..998c856542a 100755 --- a/source/developers/frontend.markdown +++ b/source/developers/frontend.markdown @@ -39,7 +39,7 @@ Next, development dependencies need to be installed to bootstrap the frontend de $ script/bootstrap_frontend ``` -This script will use yarn and bower to install all the necessary dependencies necessary for development. +This script will use yarn and bower to install all the necessary dependencies necessary for development in `home-assistant/homeassistant/components/frontend/www_static/home-assistant-polymer`.