From 573c51c7faf60b4d4d6551645f9c39c09d6c216c Mon Sep 17 00:00:00 2001 From: mariangavrieldinca-eng Date: Sat, 20 Sep 2025 18:00:07 +0200 Subject: [PATCH] Update 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 23b9c34ac7d..d5d56b7a91c 100644 --- a/docusaurus/docs/using-the-public-folder.md +++ b/docusaurus/docs/using-the-public-folder.md @@ -19,7 +19,7 @@ For example, see the sections on [adding a stylesheet](adding-a-stylesheet.md) a This mechanism provides a number of benefits: - Scripts and stylesheets get minified and bundled together to avoid extra network requests. -- Missing files cause compilation errors instead of 404 errors for your users. +- Missing files cause compilation errors instead of - Result filenames include content hashes so you don’t need to worry about browsers caching their old versions. However there is an **escape hatch** that you can use to add an asset outside of the module system.