diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml new file mode 100644 index 0000000000..a2590ac451 --- /dev/null +++ b/.github/workflows/spellcheck.yml @@ -0,0 +1,19 @@ +name: Spellcheck + +on: + push: + branches: [master] + pull_request: + branches: [master] + +jobs: + spellcheck: + name: Typo CI (GitHub Action) + runs-on: ubuntu-latest + timeout-minutes: 4 + if: "!contains(github.event.head_commit.message, '[ci skip]')" + steps: + - name: TypoCheck + uses: typoci/spellcheck-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.typo-ci.yml b/.typo-ci.yml new file mode 100644 index 0000000000..87864246f5 --- /dev/null +++ b/.typo-ci.yml @@ -0,0 +1,40 @@ +# What language dictionaries should it use? Currently Typo CI supports: +# de +# en +# en_GB +# es +# fr +# it +# pt +# pt_BR +dictionaries: + - en + - en_GB + - de + +# Any files/folders we should ignore? +excluded_files: + - ".codecov/*" + - ".github/*" + - "build/*" + - "k8s/*" + - "*.min.css" + - "*.css.map" + - "*.min.js" + - "*.js.map" + - "package-lock.json" + - "package.json" + - ".releaserc.js" + - ".typo-ci.yml" + - ".gitignore" + - "go.mod" + - "go.sum" + +# Any typos we should ignore? +excluded_words: + - typoci + - idps + - ZITADEL's + +# Would you like filenames to also be spellchecked? +spellcheck_filenames: false \ No newline at end of file diff --git a/site/README.md b/site/README.md index 280ec84bca..39a375934b 100644 --- a/site/README.md +++ b/site/README.md @@ -13,6 +13,6 @@ npm i Start the server with `npm run dev`, and navigate to [localhost:3000](http://localhost:3000). -### Honorable Mentions +## Honorable Mentions This project was created with the help of some components from [svelte](https://github.com/sveltejs/svelte)([MIT](https://github.com/sveltejs/svelte/blob/master/LICENSE)) as well as [site-kit](https://github.com/sveltejs/site-kit)([MIT](https://github.com/sveltejs/site-kit/blob/master/LICENSE)). \ No newline at end of file diff --git a/site/docs/administrate/01-console.en.md b/site/docs/administrate/01-console.en.md index 2855f83bee..a1bba8a56b 100644 --- a/site/docs/administrate/01-console.en.md +++ b/site/docs/administrate/01-console.en.md @@ -6,7 +6,7 @@ title: Console Console is the ZITADEL Graphical User Interface. -**Users** can manage some information by their own. +**Users** can manage some information on their own. - profile information - credentials diff --git a/site/docs/administrate/02-organisations.en.md b/site/docs/administrate/02-organisations.en.md index 8ead0848bb..c9c3968509 100644 --- a/site/docs/administrate/02-organisations.en.md +++ b/site/docs/administrate/02-organisations.en.md @@ -70,8 +70,7 @@ To start the domain verification click the domain name and a dialog will appear,
Organisation Domain Verify
- -For example, create a TXT record with your DNS provider for the used domain an click verify. **ZITADEL** will then proceed an check your DNS. +For example, create a TXT record with your DNS provider for the used domain and click verify. **ZITADEL** will then proceed an check your DNS. - > Do not delete the verification code **ZITADEL** will recheck the ownership from time to time When the verification is successful you have the option to activate the domain by clicking **Set as primary** @@ -97,8 +95,7 @@ When the verification is successful you have the option to activate the domain b > This changes the **preferred loginnames** of your [users](administrate#Users) as indicated [here](administrate#How_ZITADEL_handles_usernames). -Gratulations your are done! You can check this by visiting [https://console.zitadel.ch/users/me](https://console.zitadel.ch/users/me) - +Congratulations your are done! You can check this by visiting [https://console.zitadel.ch/users/me](https://console.zitadel.ch/users/me) -Create a new project with name which explains what's the intended use of this project. +Create a new project with a name which explains what's the intended use of this project.