Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 869e2e3

Browse files
macdonstcolepeters
andauthoredFeb 26, 2024··
Update app/docs/md/conventions/components.md
Co-authored-by: Cole Peters <cole@colepeters.com>
1 parent f400259 commit 869e2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/docs/md/conventions/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ import MyCard from "../components/my-card.mjs"
139139
export { MyCard }
140140
```
141141

142-
This will create a file called `public/browser/index.mjs` that you include as a `script` tag on any pages you want to use the `MyCard` component. For example:
142+
This will create a new client side bundle, available at `public/browser/index.mjs`. You can use this file as a `script` tag’s source on any pages in which you want to use the `MyCard` component. For example:
143143

144144
```html
145145
<script type="module" src="/_public/browser/index.mjs"></script>

0 commit comments

Comments
 (0)
Please sign in to comment.