Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwill authored Mar 25, 2024
1 parent 7369016 commit 1e1a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you need a custom integration, you can follow the steps in this guide to conf
- A `<link rel="stylesheet">` tag for each file in the entry point chunk's `css` list
- Recursively follow all chunks in the entry point's `imports` list and include a
`<link rel="stylesheet">` tag for each css file of each imported chunk.
- A tag for the `file` key of the entry point chunk (`<script type="moudle">` for Javascript,
- A tag for the `file` key of the entry point chunk (`<script type="module">` for Javascript,
or `<link rel="stylesheet">` for css)
- Optionally, `<link rel="modulepreload">` tag for the `file` of each imported Javascript
chunk, again recursively following the imports starting from the entry point chunk.
Expand Down

0 comments on commit 1e1a22c

Please sign in to comment.