Skip to content

Commit

Permalink
Update StoreInitializer.cs
Browse files Browse the repository at this point in the history
Was just looking through the source, and found this typo :-)
  • Loading branch information
Nikolai Damm authored Aug 24, 2020
1 parent 3a793d3 commit 1415970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Fluxor.Blazor.Web/StoreInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Fluxor.Blazor.Web
{
/// <summary>
/// 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.
/// </summary>
public class StoreInitializer : ComponentBase, IDisposable
{
Expand Down

0 comments on commit 1415970

Please sign in to comment.