mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user