Update index.html

A little typo in save section
This commit is contained in:
Sunki Baek
2014-02-16 13:38:55 -08:00
parent 494e021a65
commit ae288fad83

View File

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