diff --git a/packages/tsconfig-reference/copy/en/options/noUnusedLocals.md b/packages/tsconfig-reference/copy/en/options/noUnusedLocals.md index fce3849a0bd7..2a7044b9c7a9 100644 --- a/packages/tsconfig-reference/copy/en/options/noUnusedLocals.md +++ b/packages/tsconfig-reference/copy/en/options/noUnusedLocals.md @@ -1,6 +1,6 @@ --- display: "No Unused Locals" -oneline: "Enable error reporting when a local variables aren't read." +oneline: "Enable error reporting when local variables aren't read." --- Report errors on unused local variables.