Skip to content

Commit b5347d2

Browse files
authored
docs: fix typo (#16265)
1 parent 7369016 commit b5347d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/backend-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you need a custom integration, you can follow the steps in this guide to conf
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
119119
`<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="moudle">` for Javascript,
120+
- A tag for the `file` key of the entry point chunk (`<script type="module">` for Javascript,
121121
or `<link rel="stylesheet">` for css)
122122
- 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.

0 commit comments

Comments
 (0)