Skip to content

Commit

Permalink
Fix grammatical error: remove unnecessary 'a' in 03-server-actions-an…
Browse files Browse the repository at this point in the history
…d-mutations.mdx (#72496)

#### Description:
- fix grammatical error: remove unnecessary 'a'

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
adrian-faustino and delbaoliveira authored Nov 8, 2024
1 parent d8732b9 commit 51ee1c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,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 51ee1c7

Please sign in to comment.