We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ab90c commit b6dd581Copy full SHA for b6dd581
.typos.toml
@@ -1,6 +1,7 @@
1
[files]
2
extend-exclude = [
3
- "public/d2" # D2 output shouldn't be checked
+ "public/d2", # D2 output shouldn't be checked
4
+ "src/content/docs/adventure/minimessage/format.mdx" # This file contains british spelling because of tag aliases
5
]
6
7
[default]
@@ -80,10 +81,6 @@ regioniser = "regionizer"
80
81
regionising = "regionizing"
82
regionised = "regionized"
83
-"`colour`" = "`colour`"
84
-"`grey`" = "`grey`"
85
-"`dark_grey`" = "`dark_grey`"
86
-
87
# exceptions:
88
89
# use British spelling to stay consistent with Bukkit
0 commit comments