Skip to content

Commit

Permalink
fix: Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcNets committed Nov 11, 2024
1 parent 2cee6c0 commit 9c801db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/Helpers/PlatformRuntimeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private static UnoRuntimePlatform GetPlatform() =>
#elif __SKIA__
SkiaPlatform;
#else
UnoRuntimePlatform.Unkonwn;
UnoRuntimePlatform.Unknown;
#endif

}

0 comments on commit 9c801db

Please sign in to comment.