@@ -961,7 +961,7 @@ describe('Test polar interactions:', function() {
961
961
. then ( done , done . fail ) ;
962
962
} ) ;
963
963
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 ) {
965
965
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
966
966
967
967
// to avoid dragging on hover labels
@@ -1044,7 +1044,7 @@ describe('Test polar interactions:', function() {
1044
1044
. then ( done , done . fail ) ;
1045
1045
} ) ;
1046
1046
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 ) {
1048
1048
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1049
1049
fig . layout . polar . hole = 0.2 ;
1050
1050
// to avoid dragging on hover labels
@@ -1082,7 +1082,7 @@ describe('Test polar interactions:', function() {
1082
1082
. then ( done , done . fail ) ;
1083
1083
} ) ;
1084
1084
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 ) {
1086
1086
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1087
1087
1088
1088
// to avoid dragging on hover labels
@@ -1327,7 +1327,7 @@ describe('Test polar interactions:', function() {
1327
1327
. then ( done , done . fail ) ;
1328
1328
} ) ;
1329
1329
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 ) {
1331
1331
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1332
1332
fig . layout . dragmode = false ;
1333
1333
fig . layout . polar . hole = 0.2 ;
@@ -1371,7 +1371,7 @@ describe('Test polar interactions:', function() {
1371
1371
. then ( done , done . fail ) ;
1372
1372
} ) ;
1373
1373
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 ) {
1375
1375
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1376
1376
1377
1377
fig . layout . dragmode = false ;
0 commit comments