Skip to content

Commit e1d408e

Browse files
guardrexCopilot
andauthored
Update aspnetcore/security/anti-request-forgery.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1d7a39 commit e1d408e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/anti-request-forgery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ Consider alternative CSRF protection patterns if this poses an issue.
786786

787787
## Configure antiforgery with `AntiforgeryOptions`
788788

789-
Customize <xref:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions> in the apps' `Program` file:
789+
Customize <xref:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions> in the app's `Program` file:
790790

791791
:::code language="csharp" source="anti-request-forgery/samples/6.x/AntiRequestForgerySample/Snippets/Program.cs" id="snippet_AddAntiforgeryOptions":::
792792

0 commit comments

Comments
 (0)