Skip to content

Commit

Permalink
Typo fix on 04-server-actions.mdx
Browse files Browse the repository at this point in the history
fixed grammar typo error for "an Server Action" to "a Server Action"
  • Loading branch information
daryllreillo committed Jul 11, 2023
1 parent 56fcd7a commit a5be2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ In both cases, the form is interactive before hydration occurs. Although Server
### Size Limitation
By default, the maximum size of the request body sent to an Server Action is 1MB. This prevents large amounts of data being sent to the server, which consumes a lot of server resource to parse.
By default, the maximum size of the request body sent to a Server Action is 1MB. This prevents large amounts of data being sent to the server, which consumes a lot of server resource to parse.
However, you can configure this limit using the **experimental** `serverActionsBodySizeLimit` option. It can take the number of bytes or any string format supported by bytes, for example `1000`, `'500kb'` or `'3mb'`.
Expand Down

0 comments on commit a5be2ce

Please sign in to comment.