Skip to content

Commit f573bf8

Browse files
committed
fix typo in comment
1 parent be1a748 commit f573bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shelly/plotlyjs/static/plotlyjs/src/graph_interact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fx.init = function(gd) {
124124
/*
125125
* IMPORTANT:
126126
* We must check for the presence of the drag cover here.
127-
* If we don't, a 'mouseout' event is trigger on the
127+
* If we don't, a 'mouseout' event is triggered on the
128128
* maindrag before each 'click' event, which has the effect
129129
* of clearing the hoverdata; thus, cancelling the click event.
130130
*/

0 commit comments

Comments
 (0)