Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 11, 2024
1 parent f6524f9 commit 77beef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.CrashReport.Renderer.Html/CrashReportHtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private static void AddInvolvedPlugins(CrashReportModel crashReport, StringBuild
private static string GetInvolvedHtml(CrashReportModel crashReport)
{
var sb = new StringBuilder();
sb.Append("Based on Stacktrace (From highest probability to lowest):")
sb.Append("From highest probability to lowest:")
.Append("<ul>");
AddInvolvedModules(crashReport, sb);
AddInvolvedPlugins(crashReport, sb);
Expand Down

0 comments on commit 77beef0

Please sign in to comment.