Skip to content

Commit

Permalink
Merge pull request jashkenas#607 from two-bit-fool/misc_cleanup
Browse files Browse the repository at this point in the history
fix a small error in the documentation
  • Loading branch information
tbranyen committed Sep 11, 2011
2 parents 16f4857 + 9ba9cef commit 5f8e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Expand Up @@ -1022,7 +1022,7 @@

// Override this function to change the manner in which Backbone persists
// models to the server. You will be passed the type of request, and the
// model in question. By default, uses makes a RESTful Ajax request
// model in question. By default, makes a RESTful Ajax request
// to the model's `url()`. Some possible customizations could be:
//
// * Use `setTimeout` to batch rapid-fire updates into a single request.
Expand Down

0 comments on commit 5f8e704

Please sign in to comment.