Skip to content

Commit

Permalink
Merge pull request #4259 from timgates42/bugfix_typo_deprecated
Browse files Browse the repository at this point in the history
docs: fix simple typo, deprectated -> deprecated
  • Loading branch information
jgonggrijp authored Jan 4, 2023
2 parents 6d0835f + 71ce3af commit 7af2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/backbone.localStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _.extend(Backbone.LocalStorage.prototype, {

// localSync delegate to the model or collection's
// *localStorage* property, which should be an instance of `Store`.
// window.Store.sync and Backbone.localSync is deprectated, use Backbone.LocalStorage.sync instead
// window.Store.sync and Backbone.localSync is deprecated, use Backbone.LocalStorage.sync instead
Backbone.LocalStorage.sync = window.Store.sync = Backbone.localSync = function(method, model, options) {
var store = model.localStorage || model.collection.localStorage;

Expand Down

0 comments on commit 7af2818

Please sign in to comment.