Skip to content

Commit 1a4e2ef

Browse files
authored
Merge pull request #586 from marcelmorgan/patch-2
Caught instead of called?
2 parents 8a148da + 8087c45 commit 1a4e2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ const logo = `<img src=${process.env.PUBLIC_URL + '/img/logo.svg'} />`;
582582
Keep in mind the downsides of this approach:
583583

584584
* 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.
585+
* Missing files will not be caught at compilation time, and will cause 404 errors for your users.
586586
* Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change.
587587

588588
### When to Use the `public` Folder

0 commit comments

Comments
 (0)