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 +}