docs: fix spelling errors (pre-commit)
This commit is contained in:
parent
bdd02cf2fa
commit
054a9e54f5
91 changed files with 179 additions and 163 deletions
|
|
@ -38,7 +38,7 @@ When creating an application you need to define the [**scopes**](https://www.rfc
|
|||
- `read:<scope>`: grants read-only access to the resource
|
||||
- `write:<scope>`: grants write-only access to the resource
|
||||
|
||||
`read` rights are required to fetch information using a `GET` request. All other actions (`POST`, `PATCH`, `PUT`, and `DELETE`) require `write` priviliges. You may give an application **both** `read` and `write` access to any scope.
|
||||
`read` rights are required to fetch information using a `GET` request. All other actions (`POST`, `PATCH`, `PUT`, and `DELETE`) require `write` privileges. You may give an application **both** `read` and `write` access to any scope.
|
||||
|
||||
```{list-table}
|
||||
:header-rows: 1
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ If you want to make changes to the frontend, you can use Vite to run a developme
|
|||
yarn i18n-compile
|
||||
```
|
||||
|
||||
5. Launch the devlopment server:
|
||||
5. Launch the development server:
|
||||
|
||||
```sh
|
||||
yarn dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue