Skip to content

Commit a3dce12

Browse files
committed
grammar 🐐
1 parent 0d523d4 commit a3dce12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ describe('@gl Test gl2d plots', function() {
949949
.then(done);
950950
});
951951

952-
it('should create two WebGL context per graph', function(done) {
952+
it('should create two WebGL contexts per graph', function(done) {
953953
var fig = Lib.extendDeep({}, require('@mocks/gl2d_stacked_subplots.json'));
954954

955955
Plotly.plot(gd, fig).then(function() {

test/jasmine/tests/parcoords_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ describe('@gl parcoords basic use', function() {
789789

790790
afterAll(purgeGraphDiv);
791791

792-
it('should create three WebGL context per graph', function() {
792+
it('should create three WebGL contexts per graph', function() {
793793
var cnt = 0;
794794
d3.select(gd).selectAll('canvas').each(function(d) {
795795
if(d.regl) cnt++;

0 commit comments

Comments
 (0)