From 8530a3e85af15457bfcf73fc7cac6ff6fddb6ed3 Mon Sep 17 00:00:00 2001 From: inkedtree <137215765+inkedtree@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:46:29 +0200 Subject: [PATCH] docs: fix typo in CONTRIBUTING.md (#2264) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5ae53b0f44..aebcf40438e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ This is a shorthand for running the following scripts in order: - `pnpm install` - installs npm packages defined in package.json - `pnpm run generate:locales` - generates locale files -- `pnpm run generate:api-doc` - generates API documentation +- `pnpm run generate:api-docs` - generates API documentation - `pnpm run format` - runs [prettify](https://github.com/prettier/prettier) to format code - `pnpm run lint` - runs [ESLint](https://github.com/eslint/eslint) to enforce project code standards - `pnpm run build:clean` - removes artifacts from previous builds