From ed023a560eb12732f7372f396c18de97203bf908 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sun, 10 May 2015 02:54:37 -0300 Subject: [PATCH] Fix wording in docs/api/remote.md --- docs/api/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index 6145bc181b65..77e76ea57f01 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -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.