Skip to content

Commit 52ad5c7

Browse files
authored
Fix README typo
1 parent b2820d4 commit 52ad5c7

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
@@ -31,7 +31,7 @@ Based on and offering all features of [Sortable.js](https://github.com/RubaXa/So
3131

3232
Use draggable component:
3333

34-
Tipical use:
34+
Typical use:
3535
``` html
3636
<draggable :list="list" :options="{group:'people'}" @start="dragging=true" @end="dragging=false">
3737
<div v-for="element in list">{{element.name}}</div>

0 commit comments

Comments
 (0)