From 7b3aea288567a345bc3fdb4716389c885ea2270d Mon Sep 17 00:00:00 2001 From: eanplatter Date: Thu, 21 Jul 2016 14:32:49 -0500 Subject: [PATCH] Fix type in template README --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index b6d6d090948..7be9543f322 100644 --- a/template/README.md +++ b/template/README.md @@ -189,7 +189,7 @@ You can also use images in CSS with relative module paths: } ``` -Webpack will thefind relative module references in CSS (they start with `./`) and replace them with the final paths in the compiled bundle. If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. +Webpack will find the relative module references in CSS (they start with `./`) and replace them with the final paths in the compiled bundle. If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. The filenames are generated by Webpack from content hashes. If the file content changes in the future, Webpack will give it a different name in production so you don’t need to worry about long-term caching of assets.