Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix typos #1094

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 27, 2024

  1. chore(docs): fix typos

    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`)
    jbergstroem committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4b01e23 View commit details
    Browse the repository at this point in the history