From 2ba912c86c46cbb71d87cb867cc75a0e1b5f72ad Mon Sep 17 00:00:00 2001 From: Rami Date: Thu, 21 Aug 2025 14:03:18 -0700 Subject: [PATCH] Fixed typo in Electron.cs --- src/ElectronNET.API/Electron.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ElectronNET.API/Electron.cs b/src/ElectronNET.API/Electron.cs index 5c636164..792c108b 100644 --- a/src/ElectronNET.API/Electron.cs +++ b/src/ElectronNET.API/Electron.cs @@ -90,8 +90,8 @@ public static class Electron public static Dock Dock { get { return Dock.Instance; } } /// - /// Electeon extensions to the Nodejs process object. + /// Electron extensions to the Nodejs process object. /// public static Process Process { get { return Process.Instance; } } } -} \ No newline at end of file +}