From 6c357fa504a91b696a2aff3b3b2217fa97d2d8b7 Mon Sep 17 00:00:00 2001 From: Msksgm Date: Wed, 12 Mar 2025 08:30:57 +0900 Subject: [PATCH 1/2] fix: remove an unnecessary character in docs/contributing/pr-checks --- content/en/docs/contributing/pr-checks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contributing/pr-checks.md b/content/en/docs/contributing/pr-checks.md index 19ea51aba9f3..735a157f74b0 100644 --- a/content/en/docs/contributing/pr-checks.md +++ b/content/en/docs/contributing/pr-checks.md @@ -43,8 +43,8 @@ more information. ## Style checks To make sure that contributions follow our [style guide](../style-guide/) we -have implemented a set of checks that verify style guide rules and fail l if -they find any issues. +have implemented a set of checks that verify style guide rules and fail if they +find any issues. The following list describes current checks and what you can do to fix related errors: From 690a146508b4d21b17e01bd554b2dcfa07d90a20 Mon Sep 17 00:00:00 2001 From: Msksgm Date: Wed, 12 Mar 2025 09:17:10 +0900 Subject: [PATCH 2/2] fix: revise an invalid npm run command --- content/en/docs/contributing/pr-checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contributing/pr-checks.md b/content/en/docs/contributing/pr-checks.md index 735a157f74b0..0be259796614 100644 --- a/content/en/docs/contributing/pr-checks.md +++ b/content/en/docs/contributing/pr-checks.md @@ -64,7 +64,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues. This check verifies that [standards and consistency for Markdown files are enforced](../style-guide/#markdown-standards). -If any issues are found, run `npm:run format` to fix most issues. For more +If any issues are found, run `npm run:format` to fix most issues. For more complex issues, run `npm run check:markdown` and apply the suggested changes. ### SPELLING check