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.