Skip to content

Commit 5881c4b

Browse files
committed
fix typo in test case description
1 parent 2ad535f commit 5881c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/click_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('Test click interactions:', function() {
116116
});
117117
});
118118

119-
describe('drag interations', function() {
119+
describe('drag interactions', function() {
120120
beforeEach(function(done) {
121121
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
122122
});

0 commit comments

Comments
 (0)