Skip to content

Commit e18b76e

Browse files
fix(docs): change yarn start to yarn dev in CONTRIBUTING.md
1 parent cd99004 commit e18b76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ $ yarn build
2020
```
2121

2222

23-
## Runing the server
23+
## Running the server
2424

2525
```sh
26-
$ yarn start
26+
$ yarn dev
2727
```
2828

2929
## Pull Requests

0 commit comments

Comments
 (0)