mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
Fix typo
This commit is contained in:
@ -35,7 +35,7 @@ class ApiPage {
|
|||||||
|
|
||||||
showToastWithCloseButton() {
|
showToastWithCloseButton() {
|
||||||
const toast = Toast.create({
|
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,
|
showCloseButton: true,
|
||||||
closeButtonText: 'Ok'
|
closeButtonText: 'Ok'
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user