Skip to content

Commit e2db8f7

Browse files
committed
spelling: object
1 parent 4ecd495 commit e2db8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RuleSet.unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ describe("RuleSet", () => {
388388
match(loader, "style.css").should.eql(["style-loader", "css-loader"]);
389389
});
390390

391-
it("should work when using an array of functions returning either a loader obejct or loader name string", () => {
391+
it("should work when using an array of functions returning either a loader object or loader name string", () => {
392392
const loader = new RuleSet([
393393
{
394394
test: /\.css$/,

0 commit comments

Comments
 (0)