aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-06-20 08:11:30 +0200
committerGitHub <[email protected]>2024-06-20 06:11:30 +0000
commit909ea01a6cc9f4753aeba45ba9e7bd1726e68916 (patch)
tree0fe0f3478ce13932d3bfd8449217ece083460944
parent75841a55f1aaa8058d8e43c224330c7fa887549d (diff)
downloadfaker-909ea01a6cc9f4753aeba45ba9e7bd1726e68916.tar.xz
faker-909ea01a6cc9f4753aeba45ba9e7bd1726e68916.zip
docs: fix whitespace in CONTRIBUTING.md (#2955)
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dd8c2f90..487c99e0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,7 @@ This is a shorthand for running the following scripts in order:
- `pnpm run build:clean` - removes artifacts from previous builds
- `pnpm run build:code` - builds the code, both CommonJS and ESM versions
- `pnpm run build:types` - builds the TypeScript type definitions
-- `pnpm run test:update-snapshots ` - runs all tests, and updates any snapshots if needed
+- `pnpm run test:update-snapshots` - runs all tests, and updates any snapshots if needed
- `pnpm run ts-check` - checks that there are no TypeScript errors in any files
## Good to know