Skip to content

Commit f0de7f0

Browse files
Merge pull request #50 from AdamNiederer/patch-1
Fix typo
2 parents b2820d4 + 52ad5c7 commit f0de7f0

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)