Skip to content

Commit 9d6446e

Browse files
callumacraeDamian Dulisz
authored and
Damian Dulisz
committed
mulitple -> multiple in docs (shentao#511)
1 parent 6cec9ee commit 9d6446e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gh-pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
data () {
4242
return {
4343
value: '',
44-
options: ['Select option', 'options', 'selected', 'mulitple', 'label', 'searchable', 'clearOnSelect', 'hideSelected', 'maxHeight', 'allowEmpty', 'showLabels', 'onChange', 'touched']
44+
options: ['Select option', 'options', 'selected', 'multiple', 'label', 'searchable', 'clearOnSelect', 'hideSelected', 'maxHeight', 'allowEmpty', 'showLabels', 'onChange', 'touched']
4545
}
4646
}
4747
}
@@ -517,7 +517,7 @@
517517
isDisabled: false,
518518
isTouched: false,
519519
value: [],
520-
options: ['Select option', 'Disable me!', 'Reset me!', 'mulitple', 'label', 'searchable']
520+
options: ['Select option', 'Disable me!', 'Reset me!', 'multiple', 'label', 'searchable']
521521
}
522522
},
523523
computed: {

0 commit comments

Comments
 (0)