Skip to content

Conversation

@jbergstroem
Copy link
Contributor

Fix various typos found while traversing the documentation. It also fixes a case of broken JSON.

Made with typos with the following config:

$ cat typos.toml
[default.extend-identifiers]
ege = "ege"
AKS = "AKS"
throught = "throughout"
containes = "contains"

[files]
extend-exclude = ["docs/apidocs.swagger.json"]

$ typos -c typos.toml -w docs

(note: had to git mv manually since typos only does mv $1 $2)

Fix various typos found while traversing the documentation. It also fixes a case of broken JSON.

Made with [typos](https://github.com/crate-ci/typos) with the following config:
```console

$ cat typos.toml
[default.extend-identifiers]
ege = "ege"
AKS = "AKS"
throught = "throughout"
containes = "contains"

[files]
extend-exclude = ["docs/apidocs.swagger.json"]

$ typos -c typos.toml -w docs
```

(note: had to `git mv` manually since typos only does `mv $1 $2`)
@tolgaozen tolgaozen requested a review from EgeAytin February 27, 2024 20:23
@tolgaozen tolgaozen closed this Oct 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants