Skip to content

Commit 8ac5531

Browse files
authored
Rename remaining "Server Actions" (#7352)
1 parent 204b3f1 commit 8ac5531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useTransition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ This is a basic example to demonstrate how Actions work, but this example does n
310310
For common use cases, React provides built-in abstractions such as:
311311
- [`useActionState`](/reference/react/useActionState)
312312
- [`<form>` actions](/reference/react-dom/components/form)
313-
- [Server Actions](/reference/rsc/server-actions)
313+
- [Server Functions](/reference/rsc/server-functions)
314314

315315
These solutions handle request ordering for you. When using Transitions to build your own custom hooks or libraries that manage async state transitions, you have greater control over the request ordering, but you must handle it yourself.
316316

0 commit comments

Comments
 (0)