Skip to content

Commit cea7a2f

Browse files
Fix typo (#1101)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c816cb3 commit cea7a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/solid-start/guides/service-workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: "Service workers"
55
To register a service worker:
66

77
1. Place your service-worker file in the `public` directory (e.g., `public/sw.js`), making it available at the root URL (`/sw.js`).
8-
2. Add registration logic to the `client.entry.tsx` file.
8+
2. Add registration logic to the `entry-client.tsx` file.
99

10-
```tsx {6-11} title="src/client.entry.tsx"
10+
```tsx {6-11} title="src/entry-client.tsx"
1111
// @refresh reload
1212
import { mount, StartClient } from "@solidjs/start/client";
1313

0 commit comments

Comments
 (0)