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) {