Skip to content

Commit

Permalink
fix: spelling mistakes in cli output (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
phishy authored and kaustavghosh06 committed Jun 6, 2019
1 parent adbf95a commit 787ac57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-analytics/lib/pinpoint-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function console(context) {
`https://${Region}.console.aws.amazon.com/pinpoint/home/?region=${Region}#/apps/${Id}/analytics/overview`;
opn(consoleUrl, { wait: false });
} else {
context.print.error('Neither analytics nor notifications is anabled in the cloud.');
context.print.error('Neither analytics nor notifications is enabled in the cloud.');
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function console(context) {
`https://${Region}.console.aws.amazon.com/pinpoint/home/?region=${Region}#/apps/${Id}/settings`;
opn(consoleUrl, { wait: false });
} else {
context.print.error('Neither notifications nor analytics is anabled in the cloud.');
context.print.error('Neither notifications nor analytics is enabled in the cloud.');
}
}

Expand Down

0 comments on commit 787ac57

Please sign in to comment.