🐛 #8919 - fix typo

This commit is contained in:
Adham Saad 2017-03-17 20:47:20 +02:00
parent 487a195320
commit 8060b0966f
3 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
To clean only `out` and `dist` directories:
```bash
$ npm run clean-build

View file

@ -85,7 +85,7 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
To clean only `out` and `dist` directories:
```bash
$ npm run clean-build

View file

@ -83,7 +83,7 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
To clean only `out` and `dist` directories:
```bash
$ npm run clean-build