Skip to content

Commit 061f408

Browse files
committed
[docs] Fix useMutation hook name
1 parent 0d82ea2 commit 061f408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/content/docs/integrations/generic-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Card, Code } from '@astrojs/starlight/components'
99
import Form from './_generic-backend.svelte';
1010
import formCode from './_generic-backend.svelte?raw';
1111

12-
You can improve the experience of sending data to the server by using the `useAction` hook.
12+
You can improve the experience of sending data to the server by using the `useMutation` hook.
1313

1414
<Code code={formCode} lang="svelte" />
1515

0 commit comments

Comments
 (0)