Skip to content

Commit c458380

Browse files
authored
docs(contributing): fixes typo
1 parent abac823 commit c458380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm link webpack-cli
4545
* Bootstrap all the submodules before building for the first time
4646

4747
```bash
48-
npm run boostrap
48+
npm run bootstrap
4949
npm run build
5050
```
5151

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

7777
```bash
78-
yarn boostrap
78+
yarn bootstrap
7979
yarn build
8080
```
8181

0 commit comments

Comments
 (0)