We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a148da + 8087c45 commit 1a4e2efCopy full SHA for 1a4e2ef
template/README.md
@@ -582,7 +582,7 @@ const logo = `<img src=${process.env.PUBLIC_URL + '/img/logo.svg'} />`;
582
Keep in mind the downsides of this approach:
583
584
* None of the files in `public` folder get post-processed or minified.
585
-* 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.
586
* Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change.
587
588
### When to Use the `public` Folder
0 commit comments