diff --git a/template/README.md b/template/README.md index a02254ae..a5165813 100644 --- a/template/README.md +++ b/template/README.md @@ -582,7 +582,7 @@ const logo = ``; Keep in mind the downsides of this approach: * None of the files in `public` folder get post-processed or minified. -* Missing files will not be called at compilation time, and will cause 404 errors for your users. +* Missing files will not be caught at compilation time, and will cause 404 errors for your users. * Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change. ### When to Use the `public` Folder