Skip to content

Commit 9b75658

Browse files
Turbo87yyx990803
authored andcommitted
docs: guide/html-and-static-assets: Fix typos (#1849)
1 parent 7c7ca9f commit 9b75658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/html-and-static-assets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Internally, we use `file-loader` to determine the final file location with versi
108108

109109
### The `public` Folder
110110

111-
Any static assets placed in the `public` folder will simply be copied and not go through webpack. You need to reference to them using absolute paths.
111+
Any static assets placed in the `public` folder will simply be copied and not go through webpack. You need to reference them using absolute paths.
112112

113-
Note we recommended importing assets as part of your module dependency graph so that they will go through webpack with the following benefits:
113+
Note we recommend importing assets as part of your module dependency graph so that they will go through webpack with the following benefits:
114114

115115
- Scripts and stylesheets get minified and bundled together to avoid extra network requests.
116116
- Missing files cause compilation errors instead of 404 errors for your users.

0 commit comments

Comments
 (0)