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. *