diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index a35e69e5..0099e222 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: markdownlint name: markdownlint - description: "Check the style of Markdown/Commonmark files" + description: "Checks the style of Markdown/Commonmark files." entry: markdownlint language: node types: [markdown]