Skip to content

Commit ee39323

Browse files
fix: typo in entry-client.mdx (#833)
1 parent 0fcecfa commit ee39323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/reference/entrypoints/entry-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ mount(() => <StartClient />, document.getElementById("app")!);
1212
```
1313

1414
This file is an ideal place to run any client specific code that is needed on startup, such as registering service workers.
15-
This is the important if you are performing client-only rendering or using other modes of server-side rendering.
15+
This is important if you are performing client-only rendering or using other modes of server-side rendering.

0 commit comments

Comments
 (0)