Skip to content

Commit

Permalink
Updated about me documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stoftot committed Dec 16, 2024
1 parent 58f1858 commit d9fe415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chirp/src/Chirp.Web/Pages/AboutMe.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async void OnGet()
SetUserInfo(Author.UserName);
}
/// <summary>
/// Adds a profile image to the current User or throws relevant errors
/// Adds a profile image to the current User, and display relevant errors
/// </summary>
public async Task<IActionResult> OnPostImage()
{
Expand Down

0 comments on commit d9fe415

Please sign in to comment.