From 0e7a7d65b7a96a3f7aee88d8d53f69292b23e2ee Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Fri, 28 Jul 2017 07:46:47 +0200 Subject: [PATCH] Adjust the description of the pre-commit hook --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]