Skip to content

Commit

Permalink
style(typos): spell check variants of cancellable (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Feb 26, 2024
1 parent 8c49e87 commit 4c83725
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[files]
extend-exclude = ["docs/versioned"] # don't check ./docs/versioned
extend-exclude = [
"docs/versioned", # old documentation shouldn't be checked
"*.json" # mostly configuration, not worth checking
]

[default]
locale = "en-us"
Expand All @@ -15,7 +18,6 @@ armour = "armor"
authorise = "authorize"
authorised = "authorized"
authorising = "authorizing"
cancelling = "canceling"
catalogue = "catalog"
centre = "center"
civilisation = "civilization"
Expand Down Expand Up @@ -66,3 +68,11 @@ regionise = "regionize"
regioniser = "regionizer"
regionising = "regionizing"
regionised = "regionized"

# exceptions:

# use British spelling to stay consistent with Bukkit
canceled = "cancelled"
canceling = "cancelling"
cancelable = "cancellable"
cancelation = "cancellation"

0 comments on commit 4c83725

Please sign in to comment.