Skip to content

Commit 67edc1a

Browse files
committed
Merge pull request #6256 from nanexcool/patch-1
docs(): fix typo
2 parents de62276 + a41c725 commit 67edc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/toast/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ApiPage {
3535

3636
showToastWithCloseButton() {
3737
const toast = Toast.create({
38-
message: 'Your internet connection appears to be offline. Data integrity is not gauranteed.',
38+
message: 'Your internet connection appears to be offline. Data integrity is not guaranteed.',
3939
showCloseButton: true,
4040
closeButtonText: 'Ok'
4141
});

0 commit comments

Comments
 (0)