Skip to content

Commit

Permalink
docs: Fix simple typo, overriden -> overridden (#3676)
Browse files Browse the repository at this point in the history
* docs: Fix simple typo, overriden -> overridden

There is a small typo in lib/backbone.marionette.esm.js, lib/backbone.marionette.js, src/collection-view.js.

Should read `overridden` rather than `overriden`.

* cleanup
  • Loading branch information
timgates42 authored Apr 8, 2020
1 parent a91eeda commit bf8a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collection-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const CollectionView = Backbone.View.extend({
return this.setComparator(null, options);
},

// If viewComparator is overriden it will be returned here.
// If viewComparator is overridden it will be returned here.
// Additionally override this function to provide custom
// viewComparator logic
getComparator() {
Expand Down

0 comments on commit bf8a5ab

Please sign in to comment.