We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de62276 + a41c725 commit 67edc1aCopy full SHA for 67edc1a
demos/toast/index.ts
@@ -35,7 +35,7 @@ class ApiPage {
35
36
showToastWithCloseButton() {
37
const toast = Toast.create({
38
- message: 'Your internet connection appears to be offline. Data integrity is not gauranteed.',
+ message: 'Your internet connection appears to be offline. Data integrity is not guaranteed.',
39
showCloseButton: true,
40
closeButtonText: 'Ok'
41
});
0 commit comments