From 8087c453baaefda04b5ca982ba72cd535cc27cb8 Mon Sep 17 00:00:00 2001 From: Marcel Morgan <371739+mcmorgan@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:14:27 +0000 Subject: [PATCH] Caught instead of called? --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 8d10983d..6922b96b 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