Skip to content

Commit

Permalink
docs: fix grammar on Server Actions (#52556)
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllreillo authored Jul 11, 2023
1 parent fab164d commit 3338df1
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 3338df1

Please sign in to comment.