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

Commit dc631e7

Browse files
authored
docs: fix analytics ready method name
1 parent 9b71254 commit dc631e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/when-google-analytics-is-loaded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vue.use(VueAnalytics, {
1717
})
1818
```
1919

20-
It is also possible to use the `onScriptLoaded` method, which returns a promise.
20+
It is also possible to use the `onAnalyticsReady` method, which returns a promise.
2121

2222
```js
2323
import VueAnalytics, { onAnalyticsReady } from 'vue-analytics'

0 commit comments

Comments
 (0)