summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Heimbuck <jheimbuck@gitlab.com>2019-09-09 13:49:14 +0000
committerJames Heimbuck <jheimbuck@gitlab.com>2019-09-09 13:49:14 +0000
commitffdebd9126ffdbf3c78e0e861dce99c20149cbc7 (patch)
tree5f53b8a888510475dc0f06d5dbdae03cbde64e5a
parenta4a15970c2334bb2bc48e88dbdb7be3a476cbe6d (diff)
downloadgitlab-ce-jheimbuck_gl-master-patch-11921.tar.gz
Typo fix 'Sempahore' to 'Semaphore'jheimbuck_gl-master-patch-11921
-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 8aae0e85c89..20e5f168bec 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