Skip to content

Commit

Permalink
Fix duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSayre committed Jul 24, 2024
1 parent 91dc0a0 commit 12ce4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ While building your application, we recommend using the following features to en
<AppOnly>

- **[Tainting](/docs/app/building-your-application/data-fetching/fetching#preventing-sensitive-data-from-being-exposed-to-the-client):** Prevent sensitive data from being exposed to the client by tainting data objects and/or specific values.
- **[Server Actions](/docs/app/building-your-application/data-fetching/server-actions-and-mutations#authentication-and-authorization):** Ensure users are authorized to call Server Actions. Review the the recommended [security practices](/blog/security-nextjs-server-components-actions).
- **[Server Actions](/docs/app/building-your-application/data-fetching/server-actions-and-mutations#authentication-and-authorization):** Ensure users are authorized to call Server Actions. Review the recommended [security practices](/blog/security-nextjs-server-components-actions).

</AppOnly>

Expand Down

0 comments on commit 12ce4ff

Please sign in to comment.