| Index: appengine/config_service/ui/README.md
|
| diff --git a/appengine/config_service/ui/README.md b/appengine/config_service/ui/README.md
|
| index 4d1261e323547a02c11bfad01b0c27059d0ee48f..e652d3e9c450d5ff6d8ea5401d2dd69cc4a60829 100644
|
| --- a/appengine/config_service/ui/README.md
|
| +++ b/appengine/config_service/ui/README.md
|
| @@ -9,7 +9,7 @@ This is a UI for the configuration service.
|
|
|
| * Install [Google App Engine SDK](https://cloud.google.com/appengine/downloads).
|
|
|
| -* Run `bower install` in the ui directory to make sure you have all the dependecies installed.
|
| +* Run `bower install` in the ui directory to make sure you have all the dependencies installed.
|
|
|
|
|
| ## Running locally
|
| @@ -26,7 +26,7 @@ This is a UI for the configuration service.
|
| ## Running Tests
|
|
|
| * Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester).
|
| - Run 'wct, 'wct -p' or 'polymer test' inside ui folder to run your application's test suites locally.
|
| + Run `wct`, `wct -p` or `polymer test` inside ui folder to run your application's test suites locally.
|
| These commands will run tests for all browsers installed on your computer.
|
|
|
| ## Third Party Files
|
|
|