Skip to content

Commit

Permalink
fix(cli): typo on error message (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-m-sharpe authored and jcesarmobile committed Aug 26, 2019
1 parent 893fb91 commit a60abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/android/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sdk.dir=${defaultAndroidPath}
try {
await gradleSync(platformDir);
} catch (e) {
console.error('Error running gralde sync', e);
console.error('Error running gradle sync', e);
console.error('Unable to infer default Android SDK settings. This is fine, just run npx cap open android and import and sync gradle manually');
}
}
Expand Down

0 comments on commit a60abd3

Please sign in to comment.