summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorZhang Sen <sen@senorsen.com>2015-02-15 18:24:00 +0800
committerZhang Sen <sen@senorsen.com>2015-02-15 18:24:00 +0800
commitebd00cc7f0da544f03e04464031085b66306a43f (patch)
treec6ef20f1128f5f3f86bb0ce75f0e1e4439ca740a /doc/integration
parentd785b20c43b114bbae385a5446f9369370fbd3bf (diff)
downloadgitlab-ce-ebd00cc7f0da544f03e04464031085b66306a43f.tar.gz
Fix wrong word in document of google oauth
Diffstat (limited to 'doc/integration')
-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 7a78aff8ea4..51d740489da 100644
--- a/doc/integration/google.md
+++ b/doc/integration/google.md
@@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
args: { access_type: 'offline', approval_prompt: '' } }
```
-1. Change 'YOUR APP ID' to the client ID from the GitHub application page from step 7.
+1. Change 'YOUR APP ID' to the client ID from the Google Developer page from step 10.
-1. Change 'YOUR APP SECRET' to the client secret from the GitHub application page from step 7.
+1. Change 'YOUR APP SECRET' to the client secret from the Google Developer page from step 10.
1. Save the configuration file.