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:
Diffstat (limited to 'src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs')
-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>