Skip to content

Commit db3d18b

Browse files
committed
fix typo in getComponentMethod call
1 parent 03ab34f commit db3d18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Plotly.plot = function(gd, data, layout, config) {
312312

313313
// show annotations and shapes
314314
Registry.getComponentMethod('shapes', 'draw')(gd);
315-
Registry.getComponentMethod('annoations', 'draw')(gd);
315+
Registry.getComponentMethod('annotations', 'draw')(gd);
316316

317317
// source links
318318
Plots.addLinks(gd);

0 commit comments

Comments
 (0)