summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorlindy65 <lindy@spinpunch.com>2015-10-23 11:01:23 +0200
committerlindy65 <lindy@spinpunch.com>2015-10-23 11:01:23 +0200
commit88f7937f11cae5f341f14092865ad31a5daecc03 (patch)
tree4fb0153bc0737364115abd66cc6d37bb576b8099 /doc/integrations
parent02a6f6b2cd4c0a6bf32b23961557c385039ae2f2 (diff)
downloadchat-88f7937f11cae5f341f14092865ad31a5daecc03.tar.gz
chat-88f7937f11cae5f341f14092865ad31a5daecc03.tar.bz2
chat-88f7937f11cae5f341f14092865ad31a5daecc03.zip
Fixed grammatical error on line 19
Took "how" out "....URLs matches HOW your server configuration."
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/Single-Sign-On/Gitlab.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integrations/Single-Sign-On/Gitlab.md b/doc/integrations/Single-Sign-On/Gitlab.md
index e503a158b..0a8a1bd18 100644
--- a/doc/integrations/Single-Sign-On/Gitlab.md
+++ b/doc/integrations/Single-Sign-On/Gitlab.md
@@ -16,7 +16,7 @@ The following steps can be used to configure Mattermost to use GitLab as a singl
* _TokenEndpoint_: `https://<your-gitlab-url>/oauth/token`
* _UserApiEndpoint_: `https://<your-gitlab-url>/api/v3/user`
- Note: Make sure your `HTTPS` or `HTTP` prefix for endpoint URLs matches how your server configuration.
+ Note: Make sure your `HTTPS` or `HTTP` prefix for endpoint URLs matches your server configuration.
5. (Optional) If you would like to force all users to sign-up with GitLab only, in the _ServiceSettings_ section of config/config.json please set _DisableEmailSignUp_ to `true`.