From 2b195514e3da9e98124b895d69a50bac3ac238eb Mon Sep 17 00:00:00 2001 From: Blake Haggerty Date: Tue, 26 May 2015 10:41:25 -0700 Subject: [PATCH] Update README.md Spelling error changed "refernced" to "referenced" --- www/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/README.md b/www/README.md index 0342427ef7f7b..85b4a532ea943 100644 --- a/www/README.md +++ b/www/README.md @@ -23,7 +23,7 @@ The `gulp` command will start a file watcher which will update the generated `ap * `master/node_modules` - contains npm dependencies * `master/bower_components` - contains the angular framework files and any custom dependencies -Bower components should be refernced in one of the `vendor.json` files below: +Bower components should be referenced in one of the `vendor.json` files below: * `master/vendor.base.json` - 3rd party vendor javascript required to start the app. JS is compiled to `base.js` and loaded before `app.js` * `master/vendor.json` - 3rd party vendor scripts to make the app work, usually lazy loaded. Can be js or css. Copied to `vendor/*`.