From 05e8a05228fd2c04dd5905b9ed0c659823dc8c2d Mon Sep 17 00:00:00 2001 From: amimaro Date: Sun, 27 Oct 2019 16:46:31 -0300 Subject: [PATCH] Fix loading typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e641c96..48ff5d78d 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Vue.dialog > okCallback: function (dialog) { - dialog.loaging(false) // stop the loader (you won't be needing this) + dialog.loading(false) // stop the loader (you won't be needing this) dialog.close() // stops loader and close the dialog dialog.node.className // === "btn-danger" dialog.data // === null