From de6adb7c950fa6efa92c311d845ef1396892b27c Mon Sep 17 00:00:00 2001 From: James Heimbuck Date: Thu, 12 Sep 2019 09:57:47 +0000 Subject: Typo fix 'Sempahore' to 'Semaphore' --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1