misc: Fix typo in configuration for the Markdown linter

This commit is contained in:
Joe Mooring
2025-08-18 09:48:55 -07:00
committed by GitHub
parent 81bd0056a8
commit 32e450b7c5
+1
View File
@@ -1,6 +1,7 @@
# Glob patterns to include
globs:
- "content/**/*.md"
# Glob patterns to exclude
ignores:
- "content/**/commands/**"