We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4df9d commit 0262296Copy full SHA for 0262296
1 file changed
packages/cli-config-apple/src/tools/pods.ts
@@ -111,7 +111,7 @@ async function install(
111
} catch (error) {
112
loader.fail();
113
throw new CLIError(
114
- `Something when wrong while installing CocoaPods. Please run ${chalk.bold(
+ `Something went wrong while installing CocoaPods. Please run ${chalk.bold(
115
'pod install',
116
)} manually`,
117
error as Error,
@@ -207,7 +207,7 @@ export default async function resolvePods(
207
208
209
210
211
212
213
0 commit comments