diff --git a/backbone.js b/backbone.js index cd777c41..9e57e759 100644 --- a/backbone.js +++ b/backbone.js @@ -41,7 +41,7 @@ return this; }; - // Turn on `emulateHTTP` to use support legacy HTTP servers. Setting this option will + // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option will // fake `"PUT"` and `"DELETE"` requests via the `_method` parameter and set a // `X-Http-Method-Override` header. Backbone.emulateHTTP = false;