We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19d8ec commit fed9302Copy full SHA for fed9302
javascript/ql/src/semmle/javascript/frameworks/Electron.qll
@@ -98,7 +98,7 @@ module Electron {
98
99
/**
100
* An instance of the Main process of an Electron app.
101
- * 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.
102
*/
103
class MainProcess extends Process {
104
MainProcess() { this = main() }
0 commit comments