Skip to content

Commit

Permalink
docs: fix a small typo in backend-integration.md (#16161)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Mar 14, 2024
1 parent 90556eb commit 7970aa6
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 @@ -99,7 +99,7 @@ If you need a custom integration, you can follow the steps in this guide to conf
<!-- for cssFile of manifest[name].css -->
<link rel="stylesheet" href="/{{ cssFile }}" />

<!-- for chunk of importedChunks(manifest, name)) -->
<!-- for chunk of importedChunks(manifest, name) -->
<!-- for cssFile of chunk.css -->
<link rel="stylesheet" href="/{{ cssFile }}" />
Expand Down

0 comments on commit 7970aa6

Please sign in to comment.