From dd083fd84f7d3d74b9a8f63855fb78f4f0b43a71 Mon Sep 17 00:00:00 2001 From: Furkan Emin Can <78358128+femincan@users.noreply.github.com> Date: Sun, 19 Oct 2025 08:56:55 +0300 Subject: [PATCH] Fix typo in browser folder documentation --- app/docs/md/conventions/browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/docs/md/conventions/browser.md b/app/docs/md/conventions/browser.md index e4414a1a..616148b4 100644 --- a/app/docs/md/conventions/browser.md +++ b/app/docs/md/conventions/browser.md @@ -2,7 +2,7 @@ title: Browser --- -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. +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. ```javascript