Skip to content

Commit 9ea5b46

Browse files
authored
docs: fix useServerMount() 🍅 (#572)
1 parent 3e2354a commit 9ea5b46

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/pages/docs/components

1 file changed

+1
-1
lines changed

packages/docs/src/pages/docs/components/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const Timer = component$(() => {
154154

155155
## useServerMount$()
156156

157-
Register's a server mount hook, that runs only in server when the component is first mounted. `useWatch` will run once in the server, and N-times in the client, only when the **tracked** state changes.
157+
Register's a server mount hook, that runs only in server when the component is first mounted.
158158

159159
### Example
160160

0 commit comments

Comments
 (0)