From 870813747afbb1beac340b7ea578723c46eb787b Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 1 Mar 2018 13:01:44 -0800 Subject: [PATCH] Fix misspelled annotation. --- core/bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bubble.js b/core/bubble.js index 92dc28894..d08edb728 100644 --- a/core/bubble.js +++ b/core/bubble.js @@ -40,7 +40,7 @@ goog.require('goog.userAgent'); * bubble. * @param {!Element} content SVG content for the bubble. * @param {Element} shape SVG element to avoid eclipsing. - * @param {!goog.math.Coodinate} anchorXY Absolute position of bubble's anchor + * @param {!goog.math.Coordinate} anchorXY Absolute position of bubble's anchor * point. * @param {?number} bubbleWidth Width of bubble, or null if not resizable. * @param {?number} bubbleHeight Height of bubble, or null if not resizable.