From fc64b3f7b78fefde211caf56bb4f0b06edc0b045 Mon Sep 17 00:00:00 2001 From: Kuo-Cheng Yeu Date: Mon, 9 Mar 2015 23:20:44 +0800 Subject: remove duplicate right braces ('}') in configuration examples of GitHub, GitLab, and Google. --- doc/integration/github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/integration/github.md') diff --git a/doc/integration/github.md b/doc/integration/github.md index a9f1bc31bb4..b64501c2aaa 100644 --- a/doc/integration/github.md +++ b/doc/integration/github.md @@ -53,7 +53,7 @@ GitHub will generate an application ID and secret key for you to use. "app_id" => "YOUR_APP_ID", "app_secret" => "YOUR_APP_SECRET", "url" => "https://github.com/", - "args" => { "scope" => "user:email" } } + "args" => { "scope" => "user:email" } } ] ``` @@ -76,4 +76,4 @@ GitHub will generate an application ID and secret key for you to use. On the sign in page there should now be a GitHub icon below the regular sign in form. Click the icon to begin the authentication process. GitHub will ask the user to sign in and authorize the GitLab application. -If everything goes well the user will be returned to GitLab and will be signed in. \ No newline at end of file +If everything goes well the user will be returned to GitLab and will be signed in. -- cgit v1.2.1