From 1415970aa8c5217223713e069091edd05e70fd92 Mon Sep 17 00:00:00 2001 From: Nikolai Damm Date: Tue, 25 Aug 2020 00:13:22 +0200 Subject: [PATCH] Update StoreInitializer.cs Was just looking through the source, and found this typo :-) --- Source/Fluxor.Blazor.Web/StoreInitializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {