We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d7a39 commit e1d408eCopy full SHA for e1d408e
1 file changed
aspnetcore/security/anti-request-forgery.md
@@ -786,7 +786,7 @@ Consider alternative CSRF protection patterns if this poses an issue.
786
787
## Configure antiforgery with `AntiforgeryOptions`
788
789
-Customize <xref:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions> in the apps' `Program` file:
+Customize <xref:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions> in the app's `Program` file:
790
791
:::code language="csharp" source="anti-request-forgery/samples/6.x/AntiRequestForgerySample/Snippets/Program.cs" id="snippet_AddAntiforgeryOptions":::
792
0 commit comments