Skip to content

Commit a8279d5

Browse files
authored
docs(react): fix server action typo (#1594)
1 parent 7b365d9 commit a8279d5

File tree

1 file changed

+1
-1
lines changed
  • docs/framework/react/guides

1 file changed

+1
-1
lines changed

docs/framework/react/guides/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const formOpts = formOptions({
3737
})
3838
```
3939

40-
Next, we can create [a Start Server Action](https://tanstack.com/start/latest/docs/framework/react/server-functions) that will handle the form submission on the server.
40+
Next, we can create [a Start Server Function](https://tanstack.com/start/latest/docs/framework/react/server-functions) that will handle the form submission on the server.
4141

4242
```typescript
4343
// app/routes/index.tsx, but can be extracted to any other path

0 commit comments

Comments
 (0)