Skip to content

Commit

Permalink
fix: script event example
Browse files Browse the repository at this point in the history
  • Loading branch information
olros authored Apr 11, 2024
1 parent a594a68 commit 24fe31b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ window.__stats.pageview({
});
// Register event:
window.__stats.event({ name: 'buy' });`}
window.__stats.event('buy');`}
</Code>
</Card>
<Card>
Expand Down

0 comments on commit 24fe31b

Please sign in to comment.