Skip to content

Commit

Permalink
Merge pull request #3820 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in .typos.toml
  • Loading branch information
weiznich authored Oct 11, 2023
2 parents 9218c36 + 8384b02 commit 7042083
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
Expand Up @@ -6,24 +6,24 @@ ignore-hidden = false

[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 7042083

Please sign in to comment.