Skip to content

Commit 13c72b2

Browse files
ratsonjoshwiens
authored andcommitted
docs(readme): remove semi-colon in array (#361)
1 parent 3264b7e commit 13c72b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
]
4242
},
4343
plugins: [
44-
new ExtractTextPlugin("styles.css");
44+
new ExtractTextPlugin("styles.css"),
4545
]
4646
}
4747
```

0 commit comments

Comments
 (0)