Skip to content

Commit 8ba6dd4

Browse files
authored
docs: add missing $ variable prefix (#108)
1 parent 6a3cfa6 commit 8ba6dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/usage/page-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ this.$ga.page('/')
3434
Or to pass an `Object` containing the page details:
3535

3636
```js
37-
this.ga.page({
37+
this.$ga.page({
3838
page: '/',
3939
title: 'Home page',
4040
location: window.location.href

0 commit comments

Comments
 (0)