diff options
author | Evan Read <eread@gitlab.com> | 2019-09-12 09:57:48 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-12 09:57:48 +0000 |
commit | 5abf3186d408752901621aa4fb7054396128c8ce (patch) | |
tree | d5e4b9951458c19f9f1104fc06f62a601c68d263 | |
parent | cbe34b0af0314560239412e6eaa40e2a3c73f822 (diff) | |
parent | de6adb7c950fa6efa92c311d845ef1396892b27c (diff) | |
download | gitlab-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.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 |