Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Oct 12, 2023
1 parent cda9ad9 commit e8fdfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PollsAppBlazor/Client/Pages/Polls/Poll.razor
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ else
try
{
response.EnsureSuccessStatusCode();
Snackbar.Add(favorite ? "Poll was added to favorites" : "Poll was removed from favotires",
Snackbar.Add(favorite ? "Poll was added to favorites" : "Poll was removed from favorites",
Severity.Info);
}
catch (HttpRequestException)
Expand Down

0 comments on commit e8fdfe5

Please sign in to comment.