Skip to content

Commit

Permalink
Fix mispelling of "Cordovaaa"
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch authored Aug 17, 2021
1 parent 43ce803 commit 11a4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cordova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export async function getCordovaPreferences(config: Config): Promise<any> {
if (isInteractive()) {
const answers = await logPrompt(
`${c.strong(
`Cordovaaa preferences can be automatically ported to ${c.strong(
`Cordova preferences can be automatically ported to ${c.strong(
config.app.extConfigName,
)}.`,
)}\n` +
Expand Down

0 comments on commit 11a4de7

Please sign in to comment.