Skip to content

Commit a9a5bdf

Browse files
committed
Address spelling issues introduced in previous commit (refs #426).
1 parent 7dccba3 commit a9a5bdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/dictionary.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Async
2-
CJS
32
Changelog
3+
CJS
44
CLI
55
CodeClimate
66
CommonJS
@@ -18,6 +18,7 @@ JSON
1818
JSONC
1919
JUnit
2020
LLMs
21+
LogIssue
2122
markdownlint-cli2
2223
markdownlint-cli2-formatter-codequality
2324
markdownlint-cli2-formatter-default
@@ -34,4 +35,5 @@ pre-commit
3435
SARIF
3536
schemas
3637
subdirectories
38+
syntaxes
3739
YAML

formatter-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In the simplest case, tokens are specified with the syntax `${token}`. This is
4141
all that's needed for tokens that are always defined. To support scenarios where
4242
a token may not be defined, the syntaxes `${token:text if present}` and
4343
`${token!text if not present}` are also supported. This allows for templates to
44-
accomodate missing data. Only one level of token nesting is supported.
44+
accommodate missing data. Only one level of token nesting is supported.
4545

4646
A few examples demonstrate the concept:
4747

0 commit comments

Comments
 (0)