Fix wording in docs/api/remote.md
authorFederico Bond <federicobond@gmail.com>
Sun, 10 May 2015 05:54:37 +0000 (02:54 -0300)
committerFederico Bond <federicobond@gmail.com>
Sun, 10 May 2015 05:54:37 +0000 (02:54 -0300)
docs/api/remote.md

index 6145bc1..77e76ea 100644 (file)
@@ -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.