Skip to content

Commit

Permalink
fix broken comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Oct 10, 2022
1 parent 339b002 commit f26ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-click-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function trustedClickElement(source, selectors, extraMatch = '', delay =
const allElementsClicked = elementsSequence
.every((elementObj) => elementObj.clicked === true);
if (allElementsClicked) {
// At this stage observer is alread
// At this stage observer is already disconnected
hit(source);
}
};
Expand Down

0 comments on commit f26ca3e

Please sign in to comment.