uppercase E in Electron

Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2019-12-17 16:29:55 +01:00
committed by GitHub
parent c19d8ecb73
commit fed9302996

View File

@@ -98,7 +98,7 @@ module Electron {
/**
* An instance of the Main process of an Electron app.
* Communication in an electron app generally happens from the renderer process to the main process.
* Communication in an Electron app generally happens from the renderer process to the main process.
*/
class MainProcess extends Process {
MainProcess() { this = main() }