Skip to content

Commit

Permalink
chore: bump spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Sep 22, 2024
1 parent b6c5fb0 commit 83d492c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Spell check
uses: crate-ci/typos@v1.23.2
uses: crate-ci/typos@v1.24.6
5 changes: 2 additions & 3 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[files]
extend-exclude = [
"docs/versioned", # old documentation shouldn't be checked
"*.json" # mostly configuration, not worth checking
"docs/versioned" # old documentation shouldn't be checked
]

[default]
locale = "en-us"

[default.extend-identifiers]
FilterThreshhold = "FilterThreshhold" # ignore error, it is actually "Paper.FilterThreshhold" in Paper
Spectre = "Spectre" # ignore error, the vulnerability is named Spectre

[default.extend-words]
accessorise = "accessorize"
Expand Down
2 changes: 1 addition & 1 deletion docs/folia/admin/reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ given that the deadline for each tick is 50ms + the start time, it behaves
identically to the EDF algorithm.

The EDF-like algorithm is selected so that as long as the thread pool is
not maximally utilised, that all regions that take <= 50ms to tick will
not maximally utilized, that all regions that take <= 50ms to tick will
maintain 20TPS. However, the scheduling algorithm is neither NUMA aware
nor CPU core aware - it will not make attempts (when n regions > m threads)
to pin regions to certain cores.
Expand Down
2 changes: 1 addition & 1 deletion docs/paper/admin/getting-started/adding-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mention Paper compatibility. It'll still work.

1. Once you've found the plugin you'd like to install, download it. Ensure the file you have
downloaded ends in `.jar`. Some plugins also distribute as `.zip` files, in which case you will
need to extract the file and locate the `.jar` for your platform, often labelled `bukkit` or
need to extract the file and locate the `.jar` for your platform, often labeled `bukkit` or
`paper`.
2. Once you have the plugin downloaded locally, locate the `plugins` folder from the root directory
of your Paper server.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"last 1 safari version"
]
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"pnpm": {
"patchedDependencies": {
"@docusaurus/[email protected]": "patches/@[email protected]",
Expand Down

0 comments on commit 83d492c

Please sign in to comment.