Skip to content

Commit 0262296

Browse files
authored
chore: fix error message typos in pods.ts (#2698)
1 parent 3c4df9d commit 0262296

File tree

1 file changed

+2
-2
lines changed
  • packages/cli-config-apple/src/tools

1 file changed

+2
-2
lines changed

packages/cli-config-apple/src/tools/pods.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function install(
111111
} catch (error) {
112112
loader.fail();
113113
throw new CLIError(
114-
`Something when wrong while installing CocoaPods. Please run ${chalk.bold(
114+
`Something went wrong while installing CocoaPods. Please run ${chalk.bold(
115115
'pod install',
116116
)} manually`,
117117
error as Error,
@@ -207,7 +207,7 @@ export default async function resolvePods(
207207
} catch (error) {
208208
loader.fail();
209209
throw new CLIError(
210-
`Something when wrong while installing CocoaPods. Please run ${chalk.bold(
210+
`Something went wrong while installing CocoaPods. Please run ${chalk.bold(
211211
'pod install',
212212
)} manually`,
213213
error as Error,

0 commit comments

Comments
 (0)