From 4880d114410cfb4a00053c92bbb29e928d0c5222 Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Mon, 27 Apr 2020 04:52:59 +0100 Subject: [PATCH] Fix typo --- packages/expo-cli/src/commands/build/BaseBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/expo-cli/src/commands/build/BaseBuilder.ts b/packages/expo-cli/src/commands/build/BaseBuilder.ts index 0fcd35dce3..d457853fb4 100644 --- a/packages/expo-cli/src/commands/build/BaseBuilder.ts +++ b/packages/expo-cli/src/commands/build/BaseBuilder.ts @@ -299,7 +299,7 @@ ${job.id} { interval = 30, publicUrl }: { interval?: number; publicUrl?: string } = {} ): Promise { log( - `Waiting for build to complete.\nYou can press Ctrl+C to exit. It won't cancel the build, you'll able to monitor it at the printed URL.` + `Waiting for build to complete.\nYou can press Ctrl+C to exit. It won't cancel the build, you'll be able to monitor it at the printed URL.` ); let spinner = ora().start(); while (true) {