diff --git a/Source/Fluxor.Blazor.Web/StoreInitializer.cs b/Source/Fluxor.Blazor.Web/StoreInitializer.cs index 2d0f2ead..fb6dd418 100644 --- a/Source/Fluxor.Blazor.Web/StoreInitializer.cs +++ b/Source/Fluxor.Blazor.Web/StoreInitializer.cs @@ -10,7 +10,7 @@ namespace Fluxor.Blazor.Web { /// - /// Initializes the stoe for the current user. This should be placed in the App.razor component. + /// Initializes the store for the current user. This should be placed in the App.razor component. /// public class StoreInitializer : ComponentBase, IDisposable {