Skip to content

Commit 62606f4

Browse files
committed
Merge pull request #6761 from Merott/hardware-typo
docs(platform): correct a minor typo of "hardware"
2 parents 9ea89ea + f6ec19b commit 62606f4

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)