diff options
author | Tobias Stöckler <tstoeckler@gmail.com> | 2015-12-07 10:28:47 +0100 |
---|---|---|
committer | Tobias Stöckler <tstoeckler@gmail.com> | 2015-12-07 10:28:47 +0100 |
commit | 900d3a09a73b953e3271a233aa6fc4937ac9d59c (patch) | |
tree | d04d43031f894d8001292d5f2742a94b3e9dd6ea /doc/integration/saml.md | |
parent | 234f4bf20fb338f2164976fd39203fbc671afd29 (diff) | |
download | gitlab-ce-900d3a09a73b953e3271a233aa6fc4937ac9d59c.tar.gz |
Fix typos in integration docs
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r-- | doc/integration/saml.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md index 4aa6dbe758a..1b8c28dd0f4 100644 --- a/doc/integration/saml.md +++ b/doc/integration/saml.md @@ -14,7 +14,7 @@ First configure SAML 2.0 support in GitLab, then register the GitLab application sudo editor /etc/gitlab/gitlab.rb ``` - For instalations from source: + For installations from source: ```sh cd /home/git/gitlab |