Skip to content

Commit a21eb15

Browse files
authored
fix: command fixed in contributing file (#9715)
* fix: command fixed in contributing file * chore: format CONTRIBUTING.md * chore: rerun ci * chore: rerun ci
1 parent a5be2be commit a21eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can run the documentation server locally using either of the following metho
9191
3. Run the following command to start the documentation server:
9292

9393
```bash
94-
npm run start
94+
npm run dev
9595
```
9696

9797
#### Method 2: VS Code Task

0 commit comments

Comments
 (0)