Skip to content

Commit 47c42c8

Browse files
committed
Fixed incorrect dynamic value example in documentation
1 parent fd0cde0 commit 47c42c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/matomo_tracking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//
4545
// Examples:
4646
// <h2 data-matomo-seen="Search, Results Found, Tab: {{getActiveTabName}}">...</h2>
47-
// <a data-matomo-click="Nav, {{getActiveTabName}} Link Click">...</a>
47+
// <a data-matomo-click="Nav, Link Click, Link: {{getElementText}}">...</a>
4848

4949
// ---------------------------------------------------------------------------
5050
// Shared helper

0 commit comments

Comments
 (0)