diff --git a/demos/toast/index.ts b/demos/toast/index.ts index 20ce887657..d49af6a0cb 100644 --- a/demos/toast/index.ts +++ b/demos/toast/index.ts @@ -35,7 +35,7 @@ class ApiPage { showToastWithCloseButton() { const toast = Toast.create({ - 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.', showCloseButton: true, closeButtonText: 'Ok' });