Skip to content

Commit 573c51c

Browse files
Update using-the-public-folder.md
1 parent 6254386 commit 573c51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/using-the-public-folder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For example, see the sections on [adding a stylesheet](adding-a-stylesheet.md) a
1919
This mechanism provides a number of benefits:
2020

2121
- Scripts and stylesheets get minified and bundled together to avoid extra network requests.
22-
- Missing files cause compilation errors instead of 404 errors for your users.
22+
- Missing files cause compilation errors instead of
2323
- Result filenames include content hashes so you don’t need to worry about browsers caching their old versions.
2424

2525
However there is an **escape hatch** that you can use to add an asset outside of the module system.

0 commit comments

Comments
 (0)