Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fix typo (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodaNoel authored Apr 27, 2020
1 parent f11799d commit e0ae147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-cli/src/commands/build/BaseBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ ${job.id}
{ interval = 30, publicUrl }: { interval?: number; publicUrl?: string } = {}
): Promise<any> {
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) {
Expand Down

0 comments on commit e0ae147

Please sign in to comment.