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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
# Glob patterns to include # Glob patterns to include
globs: globs:
- "content/**/*.md" - "content/**/*.md"
# Glob patterns to exclude # Glob patterns to exclude
ignores: ignores:
- "content/**/commands/**" - "content/**/commands/**"