From ae288fad83e12780ca2e50d744a9f92a88d90ee1 Mon Sep 17 00:00:00 2001 From: Sunki Baek Date: Sun, 16 Feb 2014 13:38:55 -0800 Subject: [PATCH] Update index.html A little typo in save section --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.