summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReb <reb@gitlab.com>2017-02-08 04:00:20 +0000
committerReb <reb@gitlab.com>2017-02-08 04:00:20 +0000
commit0d53ce9eb8b245b5382246df12e1b38a843e4f1d (patch)
tree9ddff3919b29935f44953869b598c6abfc07bb57
parentbbb7fbcd02c9d9a8a6d6ca44d7ce668b80962c21 (diff)
downloadgitlab-ce-27847-auth0-doc-typo.tar.gz
Fix typo in auth0.md doc 27847-auth0-doc-typo
Removed spurious character from Omnibus example
-rw-r--r--doc/integration/auth0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/auth0.md b/doc/integration/auth0.md
index e5247082a89..b10f7054482 100644
--- a/doc/integration/auth0.md
+++ b/doc/integration/auth0.md
@@ -54,7 +54,7 @@ for initial settings.
gitlab_rails['omniauth_providers'] = [
{
"name" => "auth0",
- "args" => { client_id: 'YOUR_AUTH0_CLIENT_ID'',
+ "args" => { client_id: 'YOUR_AUTH0_CLIENT_ID',
client_secret: 'YOUR_AUTH0_CLIENT_SECRET',
namespace: 'YOUR_AUTH0_DOMAIN'
}