Skip to content

Commit f1e67b6

Browse files
authored
docs: fix capitalization typos (#16309)
1 parent 21cc10b commit f1e67b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/backend-integration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ If you need a custom integration, you can follow the steps in this guide to conf
116116

117117
- A `<link rel="stylesheet">` tag for each file in the entry point chunk's `css` list
118118
- Recursively follow all chunks in the entry point's `imports` list and include a
119-
`<link rel="stylesheet">` tag for each css file of each imported chunk.
120-
- A tag for the `file` key of the entry point chunk (`<script type="module">` for Javascript,
121-
or `<link rel="stylesheet">` for css)
122-
- Optionally, `<link rel="modulepreload">` tag for the `file` of each imported Javascript
119+
`<link rel="stylesheet">` tag for each CSS file of each imported chunk.
120+
- A tag for the `file` key of the entry point chunk (`<script type="module">` for JavaScript,
121+
or `<link rel="stylesheet">` for CSS)
122+
- Optionally, `<link rel="modulepreload">` tag for the `file` of each imported JavaScript
123123
chunk, again recursively following the imports starting from the entry point chunk.
124124

125125
Following the above example manifest, for the entry point `main.js` the following tags should be included in production:

0 commit comments

Comments
 (0)