mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Fix wording in docs/api/remote.md
This commit is contained in:
@@ -49,7 +49,7 @@ Primary value types like strings and numbers, however, are sent by copy.
|
||||
|
||||
## Passing callbacks to the main process
|
||||
|
||||
Some APIs in the main process accept callbacks, and it would be attempting to
|
||||
Some APIs in the main process accept callbacks, and it would be tempting to
|
||||
pass callbacks when calling a remote function. The `remote` module does support
|
||||
doing this, but you should also be extremely careful with this.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user