Skip to content

Commit

Permalink
docs(contributing): improves formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Mar 1, 2019
1 parent 81cb46a commit abac823
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ npm link webpack-cli

* Bootstrap all the submodules before building for the first time

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

* Run all the tests with:
- `npm run test`
Expand All @@ -74,10 +74,10 @@ yarn link webpack-cli

* Bootstrap all the submodules before building for the first time

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

* Run all the tests with:
- `yarn test`
Expand Down

0 comments on commit abac823

Please sign in to comment.