Skip to content

Commit 6b138d1

Browse files
committed
fix a couple typos in comments
1 parent c4453da commit 6b138d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ plots.transition = function(gd, data, layout, traces, frameOpts, transitionOpts)
22022202
// There's nothing to do if this module is not defined:
22032203
if(!module) continue;
22042204

2205-
// Don't register the trace as transitioned if it doens't know what to do.
2205+
// Don't register the trace as transitioned if it doesn't know what to do.
22062206
// If it *is* registered, it will receive a callback that it's responsible
22072207
// for calling in order to register the transition as having completed.
22082208
if(module.animatable) {

test/jasmine/tests/animate_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('Test animate API', function() {
9393
//
9494
// This means that you should not expect `.animate` to actually
9595
// modify the plot in any way in the tests below. For tests
96-
// involvingnon-faked transitions, see the bottom of this file.
96+
// involving non-faked transitions, see the bottom of this file.
9797
// ------------------------------------------------------------
9898

9999
spyOn(Plots, 'transition').and.callFake(function() {

0 commit comments

Comments
 (0)