Skip to content

Commit a238cba

Browse files
equinoxfilipesilva
authored andcommitted
chore(docs): fix typos in readme
Close angular#3362
1 parent 3da9c57 commit a238cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ ng build
161161

162162
You can also add your own env files other than `dev` and `prod` by doing the following:
163163
- create a `src/environments/environment.NAME.ts`
164-
- add `{ "NAME": 'src/environments/environment.NAME.ts' }` to the the `apps[0].environments` object in `angular-cli.json`
164+
- add `{ "NAME": 'src/environments/environment.NAME.ts' }` to the `apps[0].environments` object in `angular-cli.json`
165165
- use them via the `--env=NAME` flag on the build/serve commands.
166166

167167
### Base tag handling in index.html
@@ -323,7 +323,7 @@ Angular-CLI supports all major CSS preprocessors:
323323
- less ([http://lesscss.org/](http://lesscss.org/))
324324
- stylus ([http://stylus-lang.com/](http://stylus-lang.com/))
325325

326-
To use these prepocessors simply add the file to your component's `styleUrls`:
326+
To use these preprocessors simply add the file to your component's `styleUrls`:
327327

328328
```javascript
329329
@Component({

0 commit comments

Comments
 (0)