Skip to content

Commit

Permalink
Fix typo in 03-server-actions-and-mutations.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-faustino authored Nov 8, 2024
1 parent 4fba975 commit 753b478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ See [additional examples](/docs/app/api-reference/functions/cookies#deleting-coo
## Security
By default, when a Server Action is created and exported, it creates a public HTTP endpoint
and should be treated with the same security assumptions and authorization checks. This means, even if a Server Action or utility function is not imported elsewhere in your code, it’s still a publicly accessible.
and should be treated with the same security assumptions and authorization checks. This means, even if a Server Action or utility function is not imported elsewhere in your code, it’s still publicly accessible.
To improve security, Next.js has the following built-in features:
Expand Down

0 comments on commit 753b478

Please sign in to comment.