Skip to content

Commit

Permalink
Update 02-server-actions-and-mutations.mdx (#61756)
Browse files Browse the repository at this point in the history
Hi, there.

I have fixed the missing leading slash in the anchor link in Route
Segment Config.

Thanks
  • Loading branch information
gentamura authored Feb 7, 2024
1 parent c70c08f commit 7282682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function ClientComponent({ updateItem }) {
- The arguments and return value of Server Actions must be serializable by React. See the React docs for a list of [serializable arguments and values](https://react.dev/reference/react/use-server#serializable-parameters-and-return-values).
- Server Actions are functions. This means they can be reused anywhere in your application.
- Server Actions inherit the [runtime](/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes) from the page or layout they are used on.
- Server Actions inherit the [Route Segment Config](docs/app/api-reference/file-conventions/route-segment-config) from the page or layout they are used on, including fields like `maxDuration`.
- Server Actions inherit the [Route Segment Config](/docs/app/api-reference/file-conventions/route-segment-config) from the page or layout they are used on, including fields like `maxDuration`.

## Examples

Expand Down

0 comments on commit 7282682

Please sign in to comment.