diff options
author | James Heimbuck <jheimbuck@gitlab.com> | 2019-09-12 09:57:47 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-12 09:57:47 +0000 |
commit | de6adb7c950fa6efa92c311d845ef1396892b27c (patch) | |
tree | d5e4b9951458c19f9f1104fc06f62a601c68d263 | |
parent | cbe34b0af0314560239412e6eaa40e2a3c73f822 (diff) | |
download | gitlab-ce-de6adb7c950fa6efa92c311d845ef1396892b27c.tar.gz |
Typo fix 'Sempahore' to 'Semaphore'
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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 |