From 63f6f8fd90e4fb52cb0442c2680dc614fd48cc48 Mon Sep 17 00:00:00 2001 From: Equinox Date: Sat, 3 Dec 2016 23:17:47 +1300 Subject: [PATCH] chore(docs): fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38f56ec554a8..75b94a9d3646 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ ng build You can also add your own env files other than `dev` and `prod` by doing the following: - create a `src/environments/environment.NAME.ts` -- add `{ "NAME": 'src/environments/environment.NAME.ts' }` to the the `apps[0].environments` object in `angular-cli.json` +- add `{ "NAME": 'src/environments/environment.NAME.ts' }` to the `apps[0].environments` object in `angular-cli.json` - use them via the `--env=NAME` flag on the build/serve commands. ### Base tag handling in index.html @@ -319,7 +319,7 @@ Angular-CLI supports all major CSS preprocessors: - less ([http://lesscss.org/](http://lesscss.org/)) - stylus ([http://stylus-lang.com/](http://stylus-lang.com/)) -To use these prepocessors simply add the file to your component's `styleUrls`: +To use these preprocessors simply add the file to your component's `styleUrls`: ```javascript @Component({