magr0s / vue-scrollmagic

Vue.js plugin
MIT License
72 stars 24 forks source link

typo #8

Closed pggl closed 5 years ago

pggl commented 5 years ago

Hi, there is a typo in the documentation

Vue.use(VueScrollmagic, {
  verical: true,
  globalSceneOptions: {},
  loglevel: 2,
  refreshInterval: 100
})

it should be vertical: true

magr0s commented 5 years ago

Hello. Thank you!