Skip to content

Commit 622e07e

Browse files
Shipoweuvl
authored andcommitted
fixed typo (#306)
1 parent e6f7b2f commit 622e07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ There is also a ssr build with css file extracted. Take a look in /dist folder.
285285
| before-open | Emits while modal is still invisible, but was added to the DOM |
286286
| opened | Emits after modal became visible or started transition |
287287
| 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)
288-
| closed | Emits right before modal is destoyed |
288+
| closed | Emits right before modal is destroyed |
289289

290290
Example:
291291
```vue

0 commit comments

Comments
 (0)