Skip to content

Commit ec51473

Browse files
committed
Fix typo interaction (not interactive)
1 parent 2744b11 commit ec51473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ All contributions are welcome! Please create [an issue](https://github.com/xwp/s
7474

7575
#### 1.3.6 - Jan 14th, 2025
7676

77-
- Made events non_interactive, such that they don't interfere with user events.
77+
- Made events non_interaction, such that they don't interfere with user events.
7878

7979
#### 1.3.5 - Jul 28th, 2023
8080

js/src/send-to-analytics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function sendToAnalytics( { name, value, delta, id, attribution, rating }
2222
metric_value: value,
2323
metric_delta: Math.round( name === 'CLS' ? delta * 1000 : delta ),
2424
metric_rating: rating,
25-
non_interactive: true,
25+
non_interaction: true,
2626
};
2727

2828
switch ( name ) {

0 commit comments

Comments
 (0)