From 32e450b7c545a4f69f5931b6f3fa941fd8f0059a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 18 Aug 2025 09:48:55 -0700 Subject: [PATCH] misc: Fix typo in configuration for the Markdown linter --- .markdownlint-cli2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 42af1cc2b..fd71f7aa2 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,6 +1,7 @@ # Glob patterns to include globs: - "content/**/*.md" + # Glob patterns to exclude ignores: - "content/**/commands/**"