From ffdebd9126ffdbf3c78e0e861dce99c20149cbc7 Mon Sep 17 00:00:00 2001 From: James Heimbuck Date: Mon, 9 Sep 2019 13:49:14 +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 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 -- cgit v1.2.1