Skip to content

Commit

Permalink
Address spelling issues introduced in previous commit (refs #426).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 3, 2024
1 parent 7dccba3 commit a9a5bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Async
CJS
Changelog
CJS
CLI
CodeClimate
CommonJS
Expand All @@ -18,6 +18,7 @@ JSON
JSONC
JUnit
LLMs
LogIssue
markdownlint-cli2
markdownlint-cli2-formatter-codequality
markdownlint-cli2-formatter-default
Expand All @@ -34,4 +35,5 @@ pre-commit
SARIF
schemas
subdirectories
syntaxes
YAML
2 changes: 1 addition & 1 deletion formatter-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In the simplest case, tokens are specified with the syntax `${token}`. This is
all that's needed for tokens that are always defined. To support scenarios where
a token may not be defined, the syntaxes `${token:text if present}` and
`${token!text if not present}` are also supported. This allows for templates to
accomodate missing data. Only one level of token nesting is supported.
accommodate missing data. Only one level of token nesting is supported.

A few examples demonstrate the concept:

Expand Down

0 comments on commit a9a5bdf

Please sign in to comment.