Skip to content

Commit

Permalink
[en] fix commands in contributing/style-guide.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dariel Li <[email protected]>
  • Loading branch information
darielli committed Jun 14, 2024
1 parent 591af84 commit b3bc559
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 b3bc559

Please sign in to comment.