Skip to content

Commit abac823

Browse files
authoredMar 1, 2019
docs(contributing): improves formatting
1 parent 81cb46a commit abac823

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ npm link webpack-cli
4444

4545
* Bootstrap all the submodules before building for the first time
4646

47-
```bash
48-
npm run boostrap
49-
npm run build
50-
```
47+
```bash
48+
npm run boostrap
49+
npm run build
50+
```
5151

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

7575
* Bootstrap all the submodules before building for the first time
7676

77-
```bash
78-
yarn boostrap
79-
yarn build
80-
```
77+
```bash
78+
yarn boostrap
79+
yarn build
80+
```
8181

8282
* Run all the tests with:
8383
- `yarn test`

0 commit comments

Comments
 (0)
Please sign in to comment.