Skip to content

Commit

Permalink
Fix a typo in .typos.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 11, 2023
1 parent cc453e4 commit 8384b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[default]
extend-ignore-re = [
# that's a ipv6
# That's a ipv6
"2001:4f8:3:ba",
# that is just strangly cased
# That is just strangely cased
"dO_nOt_cHaNgE_cAsE", "fOoBaR",
# that is the name of a book author
# That is the name of a book author
"michael_ende", "Michael Ende",
# That's an actual money unit (include the commet to only match that part)
"Fils; // 1/1000th unit of Dinar",
# That's a name (include the expression to only match the relevant part)
"name\\.eq\\(\"Claus\"\\)",
# thats a test for a typo,
# Thats a test for a typo,
"cannot find value `titel` in module `posts`",
"cannot find type `titel` in module `posts`",
"[0-9]+[[:space]]+|[[:space:]]+titel: String",
]

[type.md]
extend-ignore-re = [
# occurs in the changelog
# Occurs in the changelog
"derive\\(Queriable\\)", "`Queriable`"
]

0 comments on commit 8384b02

Please sign in to comment.