Skip to content

Commit

Permalink
docs: add missing $ variable prefix (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
greegus authored Mar 25, 2021
1 parent 6a3cfa6 commit 8ba6dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/usage/page-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ this.$ga.page('/')
Or to pass an `Object` containing the page details:

```js
this.ga.page({
this.$ga.page({
page: '/',
title: 'Home page',
location: window.location.href
Expand Down

0 comments on commit 8ba6dd4

Please sign in to comment.