summaryrefslogtreecommitdiff
path: root/doc/integration/google.md
diff options
context:
space:
mode:
authorSteve Wills <steve@mouf.net>2018-07-04 01:32:49 +0000
committerSteve Wills <steve@mouf.net>2018-07-04 01:32:49 +0000
commitb1e0a9aba519955945614494cbca7cd5e02d581d (patch)
tree57ec27f8bdf8cf6ba55d30416fecfb7cfbfe1ab1 /doc/integration/google.md
parent4c1a2a9b9977f68a05512ed1ff378ee0a2368aca (diff)
downloadgitlab-ce-b1e0a9aba519955945614494cbca7cd5e02d581d.tar.gz
Fix typo and formatting
Diffstat (limited to 'doc/integration/google.md')
-rw-r--r--doc/integration/google.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/google.md b/doc/integration/google.md
index 8906f91b6b4..73e2f5826ff 100644
--- a/doc/integration/google.md
+++ b/doc/integration/google.md
@@ -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: '' } }