From f6ec19bdba0e9a1b58404a34ac002969bd7926ec Mon Sep 17 00:00:00 2001 From: Merott Movahedi Date: Sat, 4 Jun 2016 10:13:24 +0100 Subject: [PATCH] docs(platform): correct a minor typo of "hardware" "hardware" is mistyped "hardward". Correct that. That's all. **Ionic Version:** 2.x --- src/platform/platform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();