Skip to content

Commit fed9302

Browse files
uppercase E in Electron
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
1 parent c19d8ec commit fed9302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/Electron.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module Electron {
9898

9999
/**
100100
* 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.
101+
* Communication in an Electron app generally happens from the renderer process to the main process.
102102
*/
103103
class MainProcess extends Process {
104104
MainProcess() { this = main() }

0 commit comments

Comments
 (0)