Skip to content

Commit a414bcd

Browse files
committed
Fix linter name in local testing section
1 parent c17b1e8 commit a414bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ We have a GitHub Action that checks for formatting errors on Pull Requests. To f
192192
- Allow fenced code blocks, as this commonly errors when indented (see [discussion](https://github.com/DavidAnson/markdownlint/issues/327)).
193193

194194
**Local Testing**
195-
For faster PR review, you may want to run linting locally. We recommend installing `markdownlint-cli2` or the VS Code extension.
195+
For faster PR review, you may want to run linting locally. We recommend installing `markdownlint-cli` or the VS Code extension.
196196

197197
```console
198198
markdownlint -c .markdownlint.json -f docs/wiki-guide/

0 commit comments

Comments
 (0)