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";