From 5b60698dea0830c8b82d154578afb5e29e83d7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20P=C5=82aczek?= Date: Sat, 4 May 2024 14:48:08 +0100 Subject: [PATCH] docs: fix lint command (#42028) --- docs/development/coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index ab4812fb7d3..aa2e58cf543 100644 --- a/docs/development/coding-style.md +++ b/docs/development/coding-style.md @@ -41,7 +41,7 @@ etc. * Write [remark](https://github.com/remarkjs/remark) markdown style. -You can run `npm run lint-docs` to ensure that your documentation changes are +You can run `npm run lint:docs` to ensure that your documentation changes are formatted correctly. ## JavaScript