Skip to content

Commit b5edd42

Browse files
committed
Merge pull request webpack-contrib#30 from mjackson/patch-1
Minor spelling, grammar tweak
2 parents 70771dc + 3a7f360 commit b5edd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var css = require("css!./file.css");
1717
Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader)
1818
and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see below).
1919

20-
To be combatible to existing css files:
20+
To be compatible with existing css files:
2121
* `url(image.png)` => `require("./image.png")`
2222
* `url(~module/image.png)` => `require("module/image.png")`
2323

0 commit comments

Comments
 (0)