Skip to content

Commit

Permalink
Merge pull request #83 from niem94/patch-2
Browse files Browse the repository at this point in the history
Typo in comment in StoreInitializer.cs
  • Loading branch information
mrpmorris authored Aug 25, 2020
2 parents 3a793d3 + 1415970 commit 118de24
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 118de24

Please sign in to comment.