diff --git a/src/platform/platform.ts b/src/platform/platform.ts index 7e58a35f31..7c1388c60d 100644 --- a/src/platform/platform.ts +++ b/src/platform/platform.ts @@ -317,7 +317,7 @@ export class Platform { * with a hardware back button in the same sense an Android or Windows device * does. It's important to note that this event does not emit when the Ionic * app's back button within the navbar is clicked, but this event is only - * referencing the platform's hardward back button. + * referencing the platform's hardware back button. */ backButton: EventEmitter = new EventEmitter();