diff --git a/ElectronNET.API/NativeTheme.cs b/ElectronNET.API/NativeTheme.cs index 81770e9..037a97a 100644 --- a/ElectronNET.API/NativeTheme.cs +++ b/ElectronNET.API/NativeTheme.cs @@ -89,7 +89,7 @@ namespace ElectronNET.API /// /// Your application should then always use to determine what CSS to apply. /// - /// The new ThemeSource. + /// The new ThemeSource. public void SetThemeSource(ThemeSourceMode themeSourceMode) { var themeSource = themeSourceMode.GetDescription();