Skip to content
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
4 changes: 2 additions & 2 deletions packages/cli-config-apple/src/tools/pods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function install(
} catch (error) {
loader.fail();
throw new CLIError(
`Something when wrong while installing CocoaPods. Please run ${chalk.bold(
`Something went wrong while installing CocoaPods. Please run ${chalk.bold(
'pod install',
)} manually`,
error as Error,
Expand Down Expand Up @@ -207,7 +207,7 @@ export default async function resolvePods(
} catch (error) {
loader.fail();
throw new CLIError(
`Something when wrong while installing CocoaPods. Please run ${chalk.bold(
`Something went wrong while installing CocoaPods. Please run ${chalk.bold(
'pod install',
)} manually`,
error as Error,
Expand Down
Loading