Skip to content

Commit 7df14ac

Browse files
committed
Merge pull request #116 from zachlysobey/patch-1
Fix typo in README
2 parents cff991e + 556ff32 commit 7df14ac

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
@@ -27,7 +27,7 @@ require("style/url!file!./file.css");
2727
When using [local scope CSS](https://github.com/webpack/css-loader#local-scope) the module exports the generated identifiers:
2828

2929
``` javascript
30-
var styles = require("style!css!./file.css");
30+
var style = require("style!css!./file.css");
3131
style.placeholder1 === "z849f98ca812bc0d099a43e0f90184"
3232
```
3333

0 commit comments

Comments
 (0)