Skip to content

Commit 1a13ee1

Browse files
authored
Merge pull request #64 from amimaro/fix-typo
Fix loading typo on README
2 parents aceb29a + 05e8a05 commit 1a13ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Vue.dialog
169169
>
170170

171171
okCallback: function (dialog) {
172-
dialog.loaging(false) // stop the loader (you won't be needing this)
172+
dialog.loading(false) // stop the loader (you won't be needing this)
173173
dialog.close() // stops loader and close the dialog
174174
dialog.node.className // === "btn-danger"
175175
dialog.data // === null

0 commit comments

Comments
 (0)