Skip to content

Commit

Permalink
Merge branch 'main' into velocity/forge-1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n authored Feb 26, 2024
2 parents 2f929a9 + 4c83725 commit e33fb39
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .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 Down Expand Up @@ -65,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 e33fb39

Please sign in to comment.