Skip to content

Commit

Permalink
typo fix for next run
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Jan 10, 2024
1 parent e9dc66e commit afd0337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/fixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import HoverPopup from './hover-popup.js';
* @property {URLResolver} url - Function that resolves the canonical URL for a timestamp.
* @property {TimestampResolver} timestamp - Function that resolves the ISO timestamp for a node.
* @property {AttachToResolver} attachTo - Function that resolves where the popup should attach to.
* @property {MutationObserverResolver} observer - Function that is called upon DOM changes that can update the popup information, used when the HTML of the element hovered changes.
* @property {MutationObserverResolver} observe - Function that is called upon DOM changes that can update the popup information, used when the HTML of the element hovered changes.
*/

/**
Expand Down

0 comments on commit afd0337

Please sign in to comment.