Skip to content

Commit

Permalink
rename instal to install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Oct 8, 2019
1 parent 1c0e6c8 commit 08626af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import VueAccessibleSelect from './components/VueAccessibleSelect/VueAccessibleS
import config from './config'

const Plugin = {
instal(Vue) {
install(Vue) {
// Make sure that plugin can be installed only once
if (this.installed) {
return
Expand Down

0 comments on commit 08626af

Please sign in to comment.