Skip to content

Commit

Permalink
Fix typo reported on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhauser committed Apr 13, 2020
1 parent bff90ec commit 922eaf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public MainInstallViewModel()

this.Title = _loc.GetLocalizationValue("TitleMainInstall");
DetectPlatform();
Log.Information($"Deltected Platform: {Platform}");
Log.Information($"Detected platform: {Platform}");
}

/// <summary>
Expand Down

0 comments on commit 922eaf8

Please sign in to comment.