From a5543bfe606af66a54fd91b3cffa500618f6bed4 Mon Sep 17 00:00:00 2001 From: Konstantin Gross Date: Wed, 20 May 2020 18:58:31 +0200 Subject: [PATCH] Typo in summary --- ElectronNET.API/NativeTheme.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();