Skip to content

Commit 069b0e2

Browse files
authored
fix typo in comment
1 parent cb37565 commit 069b0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/config_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ describe('config argument', function() {
566566
.then(function() {
567567
viewport.set(newWidth, newHeight);
568568
})
569-
// Wait for resize to happen (Plotly.resize has a 100ms timeout)
569+
// Wait for resize to happen (Plotly.Plots.resize has a 100ms timeout)
570570
.then(delay(200))
571571
// Check final figure size
572572
.then(function() {

0 commit comments

Comments
 (0)