Merge pull request #11758 from nicknish/nn/fix-typo-remote-api-docs

Fix typo in remote api docs
This commit is contained in:
Zeke Sikelianos 2018-01-29 14:33:16 -08:00 committed by GitHub
commit aea06ed95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ event is emitted.
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
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.
## Accessing built-in modules in the main process