Skip to content

Commit

Permalink
[en] fix commands in contributing/style-guide.md (#4686)
Browse files Browse the repository at this point in the history
Signed-off-by: Dariel Li <darielli712@gmail.com>
  • Loading branch information
darielli authored Jun 14, 2024
1 parent 591af84 commit c33dfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/contributing/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ run `npm run fix:dict`.
## File format

To enforce a certain standard on how files are structured, all files should be
formatted by [prettier](https://prettier.io). Run `npm fix:format` before
formatted by [prettier](https://prettier.io). Run `npm run fix:format` before
submitting a PR, or run it afterwards and push an additional commit.

## File names

All file names should be in
[kebab case](https://en.wikipedia.org/wiki/Letter_case#Kebab_case). Run
`npm fix:filenames` to automatically rename your files.
`npm run fix:filenames` to automatically rename your files.

0 comments on commit c33dfdb

Please sign in to comment.