From 91017d6f691a262a04e140e2aa283495ea3674a5 Mon Sep 17 00:00:00 2001 From: pedramsaleh Date: Mon, 3 Oct 2016 14:32:26 -0400 Subject: [PATCH] Update react.force.net.js Fixed a typo in the comments --- src/react.force.net.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react.force.net.js b/src/react.force.net.js index 6ffb1a8..7054688 100644 --- a/src/react.force.net.js +++ b/src/react.force.net.js @@ -46,7 +46,7 @@ var getApiVersion = function() { } /** - * Send arbitray force.com request + * Send arbitrary force.com request */ var sendRequest = function(endPoint, path, successCB, errorCB, method, payload, headerParams) { method = method || "GET";