Skip to content

Commit 9ad97e4

Browse files
committed
Fix small typo in comment
1 parent 77aa54c commit 9ad97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/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
fx.hover(gd, evt, subplot);
126126

127-
// Not that we have *not* used the cached fullLayout variable here
127+
// Note that we have *not* used the cached fullLayout variable here
128128
// since that may be outdated when this is called as a callback later on
129129
gd._fullLayout._lasthover = maindrag;
130130
gd._fullLayout._hoversubplot = subplot;

0 commit comments

Comments
 (0)