summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Heimbuck <jheimbuck@gitlab.com>2019-09-12 09:57:47 +0000
committerEvan Read <eread@gitlab.com>2019-09-12 09:57:47 +0000
commitde6adb7c950fa6efa92c311d845ef1396892b27c (patch)
treed5e4b9951458c19f9f1104fc06f62a601c68d263
parentcbe34b0af0314560239412e6eaa40e2a3c73f822 (diff)
downloadgitlab-ce-de6adb7c950fa6efa92c311d845ef1396892b27c.tar.gz
Typo fix 'Sempahore' to 'Semaphore'
-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