From b3bc5592d9b6e079524f8890b1aebe1473853c77 Mon Sep 17 00:00:00 2001 From: Dariel Li Date: Fri, 14 Jun 2024 20:23:36 +0800 Subject: [PATCH] [en] fix commands in contributing/style-guide.md Signed-off-by: Dariel Li --- content/en/docs/contributing/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contributing/style-guide.md b/content/en/docs/contributing/style-guide.md index 2ccf5400367c..7438b97bc8dc 100644 --- a/content/en/docs/contributing/style-guide.md +++ b/content/en/docs/contributing/style-guide.md @@ -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.