Skip to content

Commit 522cc67

Browse files
Update aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
Co-authored-by: Wade Pickett <[email protected]>
1 parent 4dc1d5d commit 522cc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ builder.Services.AddSystemWebAdapters()
107107
});
108108
```
109109

110-
With both the ASP.NET and ASP.NET Core app updated, extension methods can now be used to set up [remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authenticationn) or [remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state), as needed.
110+
With both the ASP.NET and ASP.NET Core app updated, extension methods can now be used to set up [remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authentication) or [remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state), as needed.
111111

112112
### Enable proxying
113113

0 commit comments

Comments
 (0)