Skip to content

Commit 27916ac

Browse files
committed
spelling: set
1 parent 126efaf commit 27916ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebEnvironmentPlugin.unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("WebEnvironmentPlugin", () => {
2323
WebEnvironmentPluginInstance.apply(compileSpy);
2424
});
2525

26-
it("should set compiler.outputFileSystem information with the same as setted in WebEnvironmentPlugin", () =>
26+
it("should set compiler.outputFileSystem information with the same as set in WebEnvironmentPlugin", () =>
2727
should(compileSpy.outputFileSystem).be.eql(
2828
WebEnvironmentPluginInstance.outputFileSystem
2929
));

0 commit comments

Comments
 (0)