Include MD files in spell checker

This commit is contained in:
Mike Farah
2025-12-20 19:06:21 +11:00
parent 034df5c91e
commit 3bbbfbf3b5
6 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Various operators for parsing and manipulating dates.
## Date time formattings
## Date time formatting
This uses Golang's built in time library for parsing and formatting date times.
When not specified, the RFC3339 standard is assumed `2006-01-02T15:04:05Z07:00` for parsing.
+1 -1
View File
@@ -2,7 +2,7 @@
Various operators for parsing and manipulating dates.
## Date time formattings
## Date time formatting
This uses Golang's built in time library for parsing and formatting date times.
When not specified, the RFC3339 standard is assumed `2006-01-02T15:04:05Z07:00` for parsing.