We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ea89ea + f6ec19b commit 62606f4Copy full SHA for 62606f4
src/platform/platform.ts
@@ -317,7 +317,7 @@ export class Platform {
317
* with a hardware back button in the same sense an Android or Windows device
318
* does. It's important to note that this event does not emit when the Ionic
319
* app's back button within the navbar is clicked, but this event is only
320
- * referencing the platform's hardward back button.
+ * referencing the platform's hardware back button.
321
*/
322
backButton: EventEmitter<Event> = new EventEmitter();
323
0 commit comments