From b6147cacdaea9bc0628519cf6129ff09a00e8284 Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Wed, 4 Sep 2024 10:27:25 +0200 Subject: [PATCH] Correct vale script mentioned in README Signed-off-by: Mirjam Aulbach --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7791949d..605fa312 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ For these scripts, you need to have Vale installed (see [Requirements](#requirem - `pnpm spell:error` to show only errors (same as in CI) - `pnpm spell:warn` to show errors as well as warnings -- `pnpm spell:warn` to show errors, warnings and suggestions +- `pnpm spell:all` to show errors, warnings and suggestions ℹ️ We are using a custom hook path for enabling pre-commit hooks. This path is set in the local git configuration when running `pnpm install`.