aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinkedtree <[email protected]>2023-07-19 20:46:29 +0200
committerGitHub <[email protected]>2023-07-19 20:46:29 +0200
commit8530a3e85af15457bfcf73fc7cac6ff6fddb6ed3 (patch)
treea0bacf621d96da5e6badc498d356c239b8e53ae3
parent3df98a0cb330f0a67f4b1c37c168709aafc941d6 (diff)
downloadfaker-8530a3e85af15457bfcf73fc7cac6ff6fddb6ed3.tar.xz
faker-8530a3e85af15457bfcf73fc7cac6ff6fddb6ed3.zip
docs: fix typo in CONTRIBUTING.md (#2264)
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c5ae53b0..aebcf404 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