Fix typo and formatting

This commit is contained in:
Steve Wills 2018-07-04 01:32:49 +00:00
parent 4c1a2a9b99
commit b1e0a9aba5
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ In Google's side:
```
https://gitlab.example.com/users/auth/google_oauth2/callback
https://gitlab.exampl.com/-/google_api/auth/callback
https://gitlab.example.com/-/google_api/auth/callback
```
1. You should now be able to see a Client ID and Client secret. Note them down
@ -77,7 +77,7 @@ On your GitLab server:
For installations from source:
```
```yaml
- { name: 'google_oauth2', app_id: 'YOUR_APP_ID',
app_secret: 'YOUR_APP_SECRET',
args: { access_type: 'offline', approval_prompt: '' } }