summaryrefslogtreecommitdiff
path: root/doc/integration/google.md
diff options
context:
space:
mode:
authorKuo-Cheng Yeu <kmd@mikuru.tw>2015-03-09 23:20:44 +0800
committerKuo-Cheng Yeu <kmd@mikuru.tw>2015-03-09 23:20:44 +0800
commitfc64b3f7b78fefde211caf56bb4f0b06edc0b045 (patch)
treee5b2129ecf7227e2fc5c90f573bd6e4f4686fec9 /doc/integration/google.md
parent8b551ee31858db9c5da1ff5245359151d5b71211 (diff)
downloadgitlab-ce-fc64b3f7b78fefde211caf56bb4f0b06edc0b045.tar.gz
remove duplicate right braces ('}') in configuration examples of GitHub,
GitLab, and Google.
Diffstat (limited to 'doc/integration/google.md')
-rw-r--r--doc/integration/google.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/google.md b/doc/integration/google.md
index d7b741ece69..e1c14c7c948 100644
--- a/doc/integration/google.md
+++ b/doc/integration/google.md
@@ -55,7 +55,7 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
"name" => "google_oauth2",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
- "args" => { "access_type" => "offline", "approval_prompt" => '' } }
+ "args" => { "access_type" => "offline", "approval_prompt" => '' }
}
]
```