From 95a9c0ea944a6054fb1de6b2821462fda795bc60 Mon Sep 17 00:00:00 2001 From: zanemayo <zanemayo@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:33:32 +0000 Subject: [PATCH] Small update to wording in using-the-public-folder.md --- docusaurus/docs/using-the-public-folder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/using-the-public-folder.md b/docusaurus/docs/using-the-public-folder.md index b2b687434..5b8142932 100644 --- a/docusaurus/docs/using-the-public-folder.md +++ b/docusaurus/docs/using-the-public-folder.md @@ -50,7 +50,7 @@ render() { 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 -- GitLab