We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6df8ab + 5dbd4fb commit 1ce4702Copy full SHA for 1ce4702
src/plot_api/plot_api.js
@@ -369,7 +369,7 @@ function getGraphDiv(gd) {
369
gdElement = document.getElementById(gd);
370
371
if(gdElement === null) {
372
- throw new Error('No DOM element with id \'' + gd + '\' exits on the page.');
+ throw new Error('No DOM element with id \'' + gd + '\' exists on the page.');
373
}
374
375
return gdElement;
0 commit comments