Skip to content

Commit

Permalink
docs: wrong variable name (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
dethdkn authored Feb 7, 2025
1 parent 1e843b5 commit 9a84560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/scripts/analytics/umami-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default defineNuxtConfig({
The `useScriptUmamiAnalytics` composable lets you have fine-grain control over when and how Umami Analytics is loaded on your site.

```ts
const plausible = useScriptUmamiAnalytics({
const umami = useScriptUmamiAnalytics({
websiteId: 'YOUR_WEBSITE_ID'
})
```
Expand Down

0 comments on commit 9a84560

Please sign in to comment.