Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ElectronNET.API/Electron.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public static class Electron
public static Dock Dock { get { return Dock.Instance; } }

/// <summary>
/// Electeon extensions to the Nodejs process object.
/// Electron extensions to the Nodejs process object.
/// </summary>
public static Process Process { get { return Process.Instance; } }
}
}
}