docs(platform): correct a minor typo of "hardware"

"hardware" is mistyped "hardward". Correct that. That's all.

**Ionic Version:** 2.x
This commit is contained in:
Merott Movahedi
2016-06-04 10:13:24 +01:00
parent 9ea89ea83c
commit f6ec19bdba

View File

@ -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<Event> = new EventEmitter();