Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
docs(v-ga): typo
Browse files Browse the repository at this point in the history
closes #80
  • Loading branch information
MatteoGabriele authored Dec 17, 2017
1 parent 656d71a commit bd8fdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Vue.use(VueAnalytics, {
id: 'UA-XXX-X',
commands: {
trackName (name = 'unknown') {
this.$ga.track('randomClicks', 'click', 'name', name)
this.$ga.event('randomClicks', 'click', 'name', name)
}
}
})
Expand Down

0 comments on commit bd8fdd2

Please sign in to comment.