From 6d6f87d32c3d75c03f1e3055b0172d0d9974349f Mon Sep 17 00:00:00 2001 From: Rich Hong Date: Sat, 3 Feb 2018 11:30:01 -0500 Subject: [PATCH] Fix a minor typo in Semaphore CI setup --- source/ci_source/providers/Semaphore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ci_source/providers/Semaphore.ts b/source/ci_source/providers/Semaphore.ts index ce00f8031..a98353a1b 100644 --- a/source/ci_source/providers/Semaphore.ts +++ b/source/ci_source/providers/Semaphore.ts @@ -4,7 +4,7 @@ import { ensureEnvKeysExist, ensureEnvKeysAreInt } from "../ci_source_helpers" /** * ### CI Setup * - * For Semaphor you will want to go to the settings page of the project. Inside "Build Settings" + * For Semaphore you will want to go to the settings page of the project. Inside "Build Settings" * you should add `yarn danger ci` to the Setup thread. Note that Semaphore only provides * the build environment variables necessary for Danger on PRs across forks. *