Skip to content

Commit 0f6fc2b

Browse files
authoredJan 14, 2021
Update using-the-public-folder.md (#10314)
Some library --> Some libraries
1 parent a504e9d commit 0f6fc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ The `public` folder is useful as a workaround for a number of less common cases:
6161
- You need a file with a specific name in the build output, such as [`manifest.webmanifest`](https://developer.mozilla.org/en-US/docs/Web/Manifest).
6262
- You have thousands of images and need to dynamically reference their paths.
6363
- You want to include a small script like [`pace.js`](https://github.hubspot.com/pace/docs/welcome/) outside of the bundled code.
64-
- Some library may be incompatible with webpack and you have no other option but to include it as a `<script>` tag.
64+
- Some libraries may be incompatible with webpack and you have no other option but to include it as a `<script>` tag.
6565

6666
Note that if you add a `<script>` that declares global variables, you should read the topic [Using Global Variables](using-global-variables.md) in the next section which explains how to reference them.

0 commit comments

Comments
 (0)
Please sign in to comment.