Skip to content

Commit acffc07

Browse files
authored
Merge pull request #228 from femincan/browser-typo
Fix typo in browser directory documentation
2 parents ceaac78 + dd083fd commit acffc07

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)