Browse Source

docs: fix lint command (#42028)

Piotr Płaczek 11 months ago
parent
commit
5b60698dea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/coding-style.md

+ 1 - 1
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