Skip to content

Commit 7fcc1d0

Browse files
committed
spelling: brackets
1 parent b392661 commit 7fcc1d0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ it("should assign to process.env", function() {
8181
process.env.TEST = "test";
8282
process.env.TEST.should.be.eql("test");
8383
});
84-
it("should not have brakets on start", function() {
84+
it("should not have brackets on start", function() {
8585
function f() {
8686
throw new Error("should not be called");
8787
}

0 commit comments

Comments
 (0)