Skip to content

Commit

Permalink
docs(contributing): fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Mar 3, 2019
1 parent abac823 commit c458380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm link webpack-cli
* Bootstrap all the submodules before building for the first time

```bash
npm run boostrap
npm run bootstrap
npm run build
```

Expand Down Expand Up @@ -75,7 +75,7 @@ yarn link webpack-cli
* Bootstrap all the submodules before building for the first time

```bash
yarn boostrap
yarn bootstrap
yarn build
```

Expand Down

0 comments on commit c458380

Please sign in to comment.