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

Fix typo #2006

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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