Skip to content

Commit a5543bf

Browse files
Typo in summary
1 parent c40affb commit a5543bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElectronNET.API/NativeTheme.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ internal static NativeTheme Instance
8989
/// </list>
9090
/// Your application should then always use <see cref="ShouldUseDarkColorsAsync"/> to determine what CSS to apply.
9191
/// </summary>
92-
/// <param name="themeSource">The new ThemeSource.</param>
92+
/// <param name="themeSourceMode">The new ThemeSource.</param>
9393
public void SetThemeSource(ThemeSourceMode themeSourceMode)
9494
{
9595
var themeSource = themeSourceMode.GetDescription();

0 commit comments

Comments
 (0)