Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 355f059

Browse files
docs: typos
1 parent 693d1b9 commit 355f059

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/opt-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Opt-out from Google Analytics
22

3-
It is possible to opt-out from Google Analytics by simpling setting the `disabled` to true.
3+
It is possible to opt-out from Google Analytics by simply setting the `disabled` property to true.
44
The `disabled` property accepts also a function, a promise or a function that returns a promise, but it needs to return a boolean.
55

6-
Take in mind that when using a promise, the plug-in won't start tracking until is resolved, because the opt-out needs to happen before trackers or queues.
6+
Take in mind that when using a promise, the plug-in won't start tracking until it's resolved, because the opt-out needs to happen before trackers or queues are initialized.
77

88
If you are using more then one domain name, all of them will be disabled from tracking.
99

10-
**if you need to disable tracking just for development, is better to use the `sendHitTask` property in the `debug` object. Read more here**
10+
**if you need to disable tracking just for development, is better to use the `sendHitTask` property in the `debug` object. Read more [here](/docs/turn-off-development.md)**
1111

1212
```js
1313
import Vue from 'vue'

docs/screen-tracking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ Vue.use(VueAnalytics, {
4747
screenview: true
4848
}
4949
})
50-
```
50+
```
51+
52+
**Route name property is mandatory**

0 commit comments

Comments
 (0)