Skip to content

Commit b1fccb9

Browse files
committed
fix typos
1 parent 66aa0e8 commit b1fccb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/jasmine/tests/polar_test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ describe('Test polar interactions:', function() {
961961
.then(done, done.fail);
962962
});
963963

964-
it('should response to drag interactions on radial drag area', function(done) {
964+
it('should respond to drag interactions on radial drag area', function(done) {
965965
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
966966

967967
// to avoid dragging on hover labels
@@ -1044,7 +1044,7 @@ describe('Test polar interactions:', function() {
10441044
.then(done, done.fail);
10451045
});
10461046

1047-
it('should response to drag interactions on inner radial drag area', function(done) {
1047+
it('should respond to drag interactions on inner radial drag area', function(done) {
10481048
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
10491049
fig.layout.polar.hole = 0.2;
10501050
// to avoid dragging on hover labels
@@ -1082,7 +1082,7 @@ describe('Test polar interactions:', function() {
10821082
.then(done, done.fail);
10831083
});
10841084

1085-
it('should response to drag interactions on angular drag area', function(done) {
1085+
it('should respond to drag interactions on angular drag area', function(done) {
10861086
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
10871087

10881088
// to avoid dragging on hover labels
@@ -1327,7 +1327,7 @@ describe('Test polar interactions:', function() {
13271327
.then(done, done.fail);
13281328
});
13291329

1330-
it('should not responsd to drag interactions on inner radial drag area when dragmode === false', function(done) {
1330+
it('should not respond to drag interactions on inner radial drag area when dragmode === false', function(done) {
13311331
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
13321332
fig.layout.dragmode = false;
13331333
fig.layout.polar.hole = 0.2;
@@ -1371,7 +1371,7 @@ describe('Test polar interactions:', function() {
13711371
.then(done, done.fail);
13721372
});
13731373

1374-
it('should not responsd to drag interactions on angular drag area when dragmode === false', function(done) {
1374+
it('should not respond to drag interactions on angular drag area when dragmode === false', function(done) {
13751375
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
13761376

13771377
fig.layout.dragmode = false;

0 commit comments

Comments
 (0)