From e0ba2ada21176c6c63a28f564718f9325be24dec Mon Sep 17 00:00:00 2001 From: Iuri Rezende Souza Date: Tue, 8 Aug 2023 18:43:41 -0400 Subject: [PATCH] Fix typo on .markdown-lint.yml (#4538) --- TEMPLATES/.markdown-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/.markdown-lint.yml b/TEMPLATES/.markdown-lint.yml index 89963f4f..2d83867e 100644 --- a/TEMPLATES/.markdown-lint.yml +++ b/TEMPLATES/.markdown-lint.yml @@ -22,7 +22,7 @@ MD004: false # Unordered list style MD007: indent: 2 # Unordered list indentation MD013: - line_length: 400 # Line length 80 is far to short + line_length: 400 # Line length 80 is far too short MD026: punctuation: ".,;:!。,;:" # List of not allowed MD029: false # Ordered list item prefix