[PR #250] [MERGED] Fixed some spelling issues #1125

Open
opened 2026-01-29 16:57:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/250
Author: @MaherJendoubi
Created: 5/18/2019
Status: Merged
Merged: 5/18/2019
Merged by: @GregorBiswanger

Base: masterHead: spelling


📝 Commits (1)

  • ed6ebe9 Fixed some spelling issues

📊 Changes

25 files changed (+24 additions, -52 deletions)

View changed files

📝 Changelog.md (+3 -3)
📝 ElectronNET.API/App.cs (+1 -2)
📝 ElectronNET.API/BridgeConnector.cs (+1 -1)
📝 ElectronNET.API/Clipboard.cs (+1 -2)
📝 ElectronNET.API/Dialog.cs (+1 -1)
📝 ElectronNET.API/ElectronNET.API.csproj (+1 -1)
📝 ElectronNET.API/Entities/EnableNetworkEmulationOptions.cs (+1 -5)
📝 ElectronNET.API/Entities/LoadURLOptions.cs (+1 -3)
📝 ElectronNET.API/Entities/ProxyConfig.cs (+1 -5)
📝 ElectronNET.API/GlobalShortcut.cs (+1 -1)
📝 ElectronNET.API/IpcMain.cs (+2 -2)
📝 ElectronNET.API/Menu.cs (+1 -2)
📝 ElectronNET.API/Notification.cs (+1 -1)
📝 ElectronNET.API/Screen.cs (+1 -1)
📝 ElectronNET.API/Shell.cs (+1 -1)
📝 ElectronNET.API/Tray.cs (+1 -1)
📝 ElectronNET.API/WindowManager.cs (+1 -1)
📝 ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs (+0 -2)
📝 ElectronNET.CLI/Commands/AddCommand.cs (+0 -2)
📝 ElectronNET.CLI/Commands/InitCommand.cs (+0 -1)

...and 5 more files

📄 Description

  • Cleanup of unnecessary usings
  • Used language keywords instead of BCL types : Object --> object
  • Fixed some spelling issues

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/250 **Author:** [@MaherJendoubi](https://github.com/MaherJendoubi) **Created:** 5/18/2019 **Status:** ✅ Merged **Merged:** 5/18/2019 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `spelling` --- ### 📝 Commits (1) - [`ed6ebe9`](https://github.com/ElectronNET/Electron.NET/commit/ed6ebe90b1160ad9558c721613c2ad7dd43581dd) Fixed some spelling issues ### 📊 Changes **25 files changed** (+24 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `Changelog.md` (+3 -3) 📝 `ElectronNET.API/App.cs` (+1 -2) 📝 `ElectronNET.API/BridgeConnector.cs` (+1 -1) 📝 `ElectronNET.API/Clipboard.cs` (+1 -2) 📝 `ElectronNET.API/Dialog.cs` (+1 -1) 📝 `ElectronNET.API/ElectronNET.API.csproj` (+1 -1) 📝 `ElectronNET.API/Entities/EnableNetworkEmulationOptions.cs` (+1 -5) 📝 `ElectronNET.API/Entities/LoadURLOptions.cs` (+1 -3) 📝 `ElectronNET.API/Entities/ProxyConfig.cs` (+1 -5) 📝 `ElectronNET.API/GlobalShortcut.cs` (+1 -1) 📝 `ElectronNET.API/IpcMain.cs` (+2 -2) 📝 `ElectronNET.API/Menu.cs` (+1 -2) 📝 `ElectronNET.API/Notification.cs` (+1 -1) 📝 `ElectronNET.API/Screen.cs` (+1 -1) 📝 `ElectronNET.API/Shell.cs` (+1 -1) 📝 `ElectronNET.API/Tray.cs` (+1 -1) 📝 `ElectronNET.API/WindowManager.cs` (+1 -1) 📝 `ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs` (+0 -2) 📝 `ElectronNET.CLI/Commands/AddCommand.cs` (+0 -2) 📝 `ElectronNET.CLI/Commands/InitCommand.cs` (+0 -1) _...and 5 more files_ </details> ### 📄 Description * Cleanup of unnecessary usings * Used language keywords instead of BCL types : Object --> object * Fixed some spelling issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1125