Skip to content

Commit

Permalink
Fix spell checking issues 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Nov 2, 2024
1 parent b397181 commit 1e57d07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[default]
extend-ignore-re = [
"iMatix"
]

[default.extend-words]
annote = "annote"
inbrace = "inbrace"
BA = "BA"
FO = "FO"
ND = "ND"

[default.extend-ignore-re]
# Ignore the company name iMatix
"iMatix" = "iMatix"

[default.extend-identifiers]
"CC-BY-NC-ND-1.0" = "CC-BY-NC-ND-1.0"
"CC-BY-NC-ND-2.0" = "CC-BY-NC-ND-2.0"
Expand Down

0 comments on commit 1e57d07

Please sign in to comment.