From 6856e7b9dceedd8b88dbec817a4850eb107cf3df Mon Sep 17 00:00:00 2001 From: Adebiyi Itunuayo <44436048+FFFF-0000h@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:38:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de18799c6..7fa8de99f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It also has a list of tools you can use, of which the `test` tool is one of them ## Running the code quality tooling (linter) -This run `eslint` for all files that _require_ linting. +This runs `eslint` for all files that _require_ linting. ```shell corepack pnpm node scripts/lint.mjs --fix