Skip to content

Commit 5e49e8c

Browse files
committed
spelling: dependencies
1 parent 96ebb27 commit 5e49e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/cases/parsing/extract-amd.nominimize/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ it("should be able to use require.js-style define with arrow functions", functio
5454
});
5555
});
5656

57-
it("should be able to use require.js-style define, optional dependancies, not exist, with arrow function", function(done) {
57+
it("should be able to use require.js-style define, optional dependencies, not exist, with arrow function", function(done) {
5858
define("name", ["./optional"], (optional) => {
5959
should(optional.b).not.exist;
6060
done();

test/cases/parsing/extract-amd/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ it("should be able to use require.js-style define", function(done) {
5454
});
5555
});
5656

57-
it("should be able to use require.js-style define, optional dependancies, not exist", function(done) {
57+
it("should be able to use require.js-style define, optional dependencies, not exist", function(done) {
5858
define("name", ["./optional"], function(optional) {
5959
should(optional.b).not.exist;
6060
done();

0 commit comments

Comments
 (0)