From a41c7253372c06f66caea9afde2ce41ac7275437 Mon Sep 17 00:00:00 2001 From: Mariano Conti Date: Wed, 20 Apr 2016 22:03:53 -0300 Subject: [PATCH] Fix typo --- demos/toast/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });