Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Jul 28, 2020
1 parent 9964d7b commit a9a7a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/MultiSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('MultiSelect', () => {
destroyVm(vm)
})

it('should be able to use costom placeholder', async () => {
it('should be able to use custom placeholder', async () => {
vm = createVm(`<div>
<multi-select v-model="selected" :options="options" placeholder="someplaceholder..."/>
</div>`, {
Expand Down

0 comments on commit a9a7a0f

Please sign in to comment.