Commit 4bcbb617 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-typos' into 'master'

Fix typos in integration docs

[ci skip]

See merge request !1999
parents cfe46f48 900d3a09
...@@ -30,7 +30,7 @@ Bitbucket will generate an application ID and secret key for you to use. ...@@ -30,7 +30,7 @@ Bitbucket will generate an application ID and secret key for you to use.
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -10,7 +10,7 @@ To enable the Crowd OmniAuth provider you must register your application with Cr ...@@ -10,7 +10,7 @@ To enable the Crowd OmniAuth provider you must register your application with Cr
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -32,7 +32,7 @@ GitHub will generate an application ID and secret key for you to use. ...@@ -32,7 +32,7 @@ GitHub will generate an application ID and secret key for you to use.
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -38,7 +38,7 @@ GitLab.com will generate an application ID and secret key for you to use. ...@@ -38,7 +38,7 @@ GitLab.com will generate an application ID and secret key for you to use.
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -35,7 +35,7 @@ To enable the Google OAuth2 OmniAuth provider you must register your application ...@@ -35,7 +35,7 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -14,7 +14,7 @@ First configure SAML 2.0 support in GitLab, then register the GitLab application ...@@ -14,7 +14,7 @@ First configure SAML 2.0 support in GitLab, then register the GitLab application
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
...@@ -37,7 +37,7 @@ To enable the Twitter OmniAuth provider you must register your application with ...@@ -37,7 +37,7 @@ To enable the Twitter OmniAuth provider you must register your application with
sudo editor /etc/gitlab/gitlab.rb sudo editor /etc/gitlab/gitlab.rb
``` ```
For instalations from source: For installations from source:
```sh ```sh
cd /home/git/gitlab cd /home/git/gitlab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment