Skip to content

Commit dd083fd

Browse files
authored
Fix typo in browser folder documentation
1 parent ceaac78 commit dd083fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/docs/md/conventions/browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Browser
33
---
44

5-
The `app/browser` directory is where JavaScript files for the browser live. These JavaScript files can import other modules from your project as well as any installed packages that can run in the browser. Files in the `app/browser` directory will be bundled to the `/public/browser/` directory in your project and will be exposed the to browser at `/_public/browser/` for loading by script tags.
5+
The `app/browser` directory is where JavaScript files for the browser live. These JavaScript files can import other modules from your project as well as any installed packages that can run in the browser. Files in the `app/browser` directory will be bundled to the `/public/browser/` directory in your project and will be exposed to the browser at `/_public/browser/` for loading by script tags.
66

77
```javascript
88
<script type="module" src="/_public/browser/my-file.mjs"></script>

0 commit comments

Comments
 (0)