Skip to content

Commit

Permalink
fix: webloader-capture typo (#404)
Browse files Browse the repository at this point in the history
(No Ticket)

Like the writing on the tin, it fixes a typo in a variable name. The snippet should now properly accept `data-evolv-capture-user-interactions` instead of the typo version
  • Loading branch information
DT-1236 authored Feb 9, 2024
1 parent ad0169a commit d19409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webloader-capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ initialize(function(config) {
capture: config.capture,
endpoint: config.captureEndpoint,
blockSelector: config.captureBlockSelector,
captureUserInteractions: config.captureUserInterations
captureUserInteractions: config.captureUserInteractions
});
});

0 comments on commit d19409d

Please sign in to comment.