Skip to content

Commit 632bd3d

Browse files
committed
spelling: recursively
1 parent 54d55ff commit 632bd3d

File tree

1 file changed

+2
-2
lines changed
  • test/configCases/plugins/define-plugin

1 file changed

+2
-2
lines changed

test/configCases/plugins/define-plugin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ it("should not have brackets on start", function() {
9090
});
9191

9292
it("should not explode on recursive typeof calls", function() {
93-
(typeof wurst).should.eql("undefined"); // <- is recursivly defined in config
93+
(typeof wurst).should.eql("undefined"); // <- is recursively defined in config
9494
});
9595

9696
it("should not explode on recursive statements", function() {
9797
(function() {
98-
wurst; // <- is recursivly defined in config
98+
wurst; // <- is recursively defined in config
9999
}).should.throw("suppe is not defined");
100100
});
101101

0 commit comments

Comments
 (0)