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 18, 2023
1 parent e8fdfe5 commit 0b34456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PollsAppBlazor/Server/Models/ApplicationUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace PollsAppBlazor.Server.Models
public class ApplicationUser : IdentityUser
{
/// <summary>
/// Polls which were createn by this user.
/// Polls which were created by this user.
/// </summary>
public ICollection<Poll>? CreatedPolls { get; set; }
/// <summary>
Expand Down

0 comments on commit 0b34456

Please sign in to comment.