From 0a141c6c3d47f2f5ee7175833288a7e21a13ab4b Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Fri, 31 Aug 2018 15:32:29 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc406f8e..2635a71c 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ There is also a ssr build with css file extracted. Take a look in /dist folder. | before-open | Emits while modal is still invisible, but was added to the DOM | | opened | Emits after modal became visible or started transition | | before-close | Emits before modal is going to be closed. Can be stopped from the event listener calling `event.stop()` (example: you are creating a text editor, and want to stop closisng and ask user to correct mistakes if text is not valid) -| closed | Emits right before modal is destoyed | +| closed | Emits right before modal is destroyed | Example: ```vue