diff --git a/index.html b/index.html index 654bac03..add70990 100644 --- a/index.html +++ b/index.html @@ -1295,7 +1295,7 @@ book.save({author: "Teddy"});
save accepts success and error callbacks in the - options hash, which will passed the arguments (model, response, options). + options hash, which will be passed the arguments (model, response, options). If a server-side validation fails, return a non-200 HTTP response code, along with an error response in text or JSON.