Skip to content

Commit f6ec19b

Browse files
committed
docs(platform): correct a minor typo of "hardware"
"hardware" is mistyped "hardward". Correct that. That's all. **Ionic Version:** 2.x
1 parent 9ea89ea commit f6ec19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class Platform {
317317
* with a hardware back button in the same sense an Android or Windows device
318318
* does. It's important to note that this event does not emit when the Ionic
319319
* app's back button within the navbar is clicked, but this event is only
320-
* referencing the platform's hardward back button.
320+
* referencing the platform's hardware back button.
321321
*/
322322
backButton: EventEmitter<Event> = new EventEmitter();
323323

0 commit comments

Comments
 (0)