📝 Fix typo in remote api docs [ci skip]
This commit is contained in:
parent
b0a1575bb7
commit
30581f78a2
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ event is emitted.
|
||||||
|
|
||||||
To avoid this problem, ensure you clean up any references to renderer callbacks
|
To avoid this problem, ensure you clean up any references to renderer callbacks
|
||||||
passed to the main process. This involves cleaning up event handlers, or
|
passed to the main process. This involves cleaning up event handlers, or
|
||||||
ensuring the main process is explicitly told to deference callbacks that came
|
ensuring the main process is explicitly told to dereference callbacks that came
|
||||||
from a renderer process that is exiting.
|
from a renderer process that is exiting.
|
||||||
|
|
||||||
## Accessing built-in modules in the main process
|
## Accessing built-in modules in the main process
|
||||||
|
|
Loading…
Reference in a new issue