Skip to content

Commit 9856ac6

Browse files
committed
spelling: inlined
1 parent 42c0c33 commit 9856ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/parsing/issue-387/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ it("should parse cujojs UMD modules with deps", function() {
3333
module.exports.should.be.eql(1234);
3434
});
3535

36-
it("should parse cujojs UMD modules with inlinded deps", function() {
36+
it("should parse cujojs UMD modules with inlined deps", function() {
3737
(function (define) {
3838

3939
// using the define signature that triggers AMD-wrapped CommonJS

0 commit comments

Comments
 (0)