Skip to content

Commit 95c0ca2

Browse files
Fix typo in Netlify link
1 parent 9f5f67d commit 95c0ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/component-scoped-csr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This app includes multiple instances of `sveltekit-i18n`.
99
This approach is good for more complex apps.
1010

1111
## Preview
12-
You can view this demo live on [Netlify](https://compoent-scoped-csr.netlify.app).
12+
You can view this demo live on [Netlify](https://component-scoped-csr.netlify.app).
1313

1414
## How to use this example
1515

1616
- Download this example
1717
- Run `npm i` to install all dependencies (or `pnpm i`, `yarn`, etc.)
18-
- Run `npm run dev -- --open` to preview (or `pnpm run dev -- --open`, `yarn dev --open`, etc.)
18+
- Run `npm run dev -- --open` to preview (or `pnpm run dev -- --open`, `yarn dev --open`, etc.)

0 commit comments

Comments
 (0)