diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-07 12:56:18 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-07 12:56:18 +0000 |
commit | 5e66917014090bd002781e7dae2d93cb5937e453 (patch) | |
tree | f4bebac61ebe1a26805c99b0590521f376fd70b6 /doc | |
parent | 1d5488699678d22644d24add4b89cede0419ad25 (diff) | |
parent | 54ee59154ff3905252a1f95d9f96ff06921cbf5e (diff) | |
download | gitlab-ce-5e66917014090bd002781e7dae2d93cb5937e453.tar.gz |
Merge branch 'patch-5' into 'master'
Gitlab -> GitLab
## What does this MR do?
Fix GitLab capitalization
See merge request !6235
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 9799e0a3730..766a7119943 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -86,7 +86,7 @@ if your available memory changes. Notice: The 25 workers of Sidekiq will show up as separate processes in your process overview (such as top or htop) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about many you need of those. -## Gitlab Runner +## GitLab Runner We strongly advise against installing GitLab Runner on the same machine you plan to install GitLab on. Depending on how you decide to configure GitLab Runner and |