Skip to content

Commit 72cda08

Browse files
authored
Update README.md - Correct spelling (#407)
Correct spelling of `resizstop` to `resizestop`
1 parent 29e50bf commit 72cda08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Parameters:
563563
Called whenever the component stops getting resized.
564564

565565
```html
566-
<vue-draggable-resizable @resizestop="onResizstop">
566+
<vue-draggable-resizable @resizestop="onResizestop">
567567
```
568568

569569
#### dragging

0 commit comments

Comments
 (0)