Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Roth <daroth@microsoft.com>2022-11-08 00:36:34 +0300
committerGitHub <noreply@github.com>2022-11-08 00:36:34 +0300
commita251cb3edc63a8789da24b801a9fcd3e3bb1cc16 (patch)
tree974b95de8e6bac0fb47e7ffc282b150834297137
parentce78832442d91ca307ca8366bafdc9003ea46bc9 (diff)
Fix typo in NavigateToLogin doc comments (#43933)
-rw-r--r--src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs b/src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs
index 11e6823113..b29ebc03c8 100644
--- a/src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs
+++ b/src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs
@@ -26,7 +26,7 @@ public static class NavigationManagerExtensions
/// Initiates a logout operation by navigating to the log out endpoint.
/// </summary>
/// <remarks>
- /// The navigation includes stated that is added to the browser history entry to
+ /// The navigation includes state that is added to the browser history entry to
/// prevent logout operations performed from different contexts.
/// </remarks>
/// <param name="manager">The <see cref="NavigationManager"/>.</param>
@@ -48,7 +48,7 @@ public static class NavigationManagerExtensions
/// Initiates a logout operation by navigating to the log out endpoint.
/// </summary>
/// <remarks>
- /// The navigation includes stated that is added to the browser history entry to
+ /// The navigation includes state that is added to the browser history entry to
/// prevent logout operations performed from different contexts.
/// </remarks>
/// <param name="manager">The <see cref="NavigationManager"/>.</param>
@@ -66,7 +66,7 @@ public static class NavigationManagerExtensions
/// Initiates a logout operation by navigating to the log out endpoint.
/// </summary>
/// <remarks>
- /// The navigation includes stated that is added to the browser history entry to
+ /// The navigation includes state that is added to the browser history entry to
/// prevent logout operations performed from different contexts.
/// </remarks>
/// <param name="manager">The <see cref="NavigationManager"/>.</param>