Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Correct typo in OAuth guide
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden authored and nisarhassan12 committed Dec 4, 2020
1 parent 2615d59 commit 4619a15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/docs/self-hosted/0.3.0/install/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Follow the guide linked above and:

- set "Scopes" to `api`, `read_user` and `read_repository`.
- copy the following values and configure them in `values.yaml`:
- `clientId` is the "Application ID" from the GitLab OAuth appication
- `clientSecret` is the "Secret" from the GitLab OAuth appication
- `clientId` is the "Application ID" from the GitLab OAuth application
- `clientSecret` is the "Secret" from the GitLab OAuth application
4 changes: 2 additions & 2 deletions src/docs/self-hosted/0.4.0/install/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Follow the guide linked above and:

- set "Scopes" to `api`, `read_user` and `read_repository`.
- copy the following values and configure them in `values.yaml`:
- `clientId` is the "Application ID" from the GitLab OAuth appication
- `clientSecret` is the "Secret" from the GitLab OAuth appication
- `clientId` is the "Application ID" from the GitLab OAuth application
- `clientSecret` is the "Secret" from the GitLab OAuth application
4 changes: 2 additions & 2 deletions src/docs/self-hosted/0.5.0/install/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Follow the guide linked above and:

- set "Scopes" to `api`, `read_user` and `read_repository`.
- copy the following values and configure them in `values.yaml`:
- `clientId` is the "Application ID" from the GitLab OAuth appication
- `clientSecret` is the "Secret" from the GitLab OAuth appication
- `clientId` is the "Application ID" from the GitLab OAuth application
- `clientSecret` is the "Secret" from the GitLab OAuth application

0 comments on commit 4619a15

Please sign in to comment.