From 3a7f360fd4de64fb5d09838dfaa9459bfcb7b057 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 2 Jan 2015 14:45:02 -0800 Subject: [PATCH] Minor spelling, grammar tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb29d042..48caf19f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ var css = require("css!./file.css"); Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader) and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see below). -To be combatible to existing css files: +To be compatible with existing css files: * `url(image.png)` => `require("./image.png")` * `url(~module/image.png)` => `require("module/image.png")`