summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-12 09:57:48 +0000
committerEvan Read <eread@gitlab.com>2019-09-12 09:57:48 +0000
commit5abf3186d408752901621aa4fb7054396128c8ce (patch)
treed5e4b9951458c19f9f1104fc06f62a601c68d263
parentcbe34b0af0314560239412e6eaa40e2a3c73f822 (diff)
parentde6adb7c950fa6efa92c311d845ef1396892b27c (diff)
downloadgitlab-ce-5abf3186d408752901621aa4fb7054396128c8ce.tar.gz
Merge branch 'jheimbuck_gl-master-patch-11921' into 'master'
Typo fix 'Sempahore' to 'Semaphore' See merge request gitlab-org/gitlab-ce!32822
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 61012d8653a..03b053b9be3 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2018,7 +2018,7 @@ TIP: **Tip:**
Parallelize tests suites across parallel jobs.
Different languages have different tools to facilitate this.
-A simple example using [Sempahore Test Boosters](https://github.com/renderedtext/test-boosters) and RSpec to run some Ruby tests:
+A simple example using [Semaphore Test Boosters](https://github.com/renderedtext/test-boosters) and RSpec to run some Ruby tests:
```ruby
# Gemfile