Skip to content

Commit

Permalink
Merge pull request #576 from sarahcaseybot/patch-1
Browse files Browse the repository at this point in the history
Fix spelling in Program.cs
  • Loading branch information
Raibaz authored Nov 13, 2024
2 parents 205376a + 3b602bb commit cd0aabf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static void Main(string[] args)
}
catch (AggregateException)
{
Console.WriteLine("An error occured while authorizing the user.");
Console.WriteLine("An error occurred while authorizing the user.");
}
}
}
Expand Down

0 comments on commit cd0aabf

Please sign in to comment.