Skip to content

Commit 627ce9e

Browse files
Merge pull request #329 from MatteoPologruto/fix-markdownlint-cli-typo
Fix `markdownlint-cli` version typo in `check-markdown-task` documentation
2 parents 8ffed5e + b2e586a commit 627ce9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-markdown-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3737
Add the dependencies by running this command:
3838

3939
```text
40-
npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.2
40+
npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.0
4141
```
4242

4343
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)