Skip to content

Commit

Permalink
change "overriden" to "overridden" in two places.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjscoles committed Dec 8, 2014
1 parent 70636d6 commit 232fb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ <h2 id="Sync">Backbone.sync</h2>
</p>

<p>
The <b>sync</b> function may be overriden globally as <tt>Backbone.sync</tt>,
The <b>sync</b> function may be overridden globally as <tt>Backbone.sync</tt>,
or at a finer-grained level, by adding a <tt>sync</tt> function to a Backbone
collection or to an individual model.
</p>
Expand Down Expand Up @@ -3070,7 +3070,7 @@ <h2 id="faq">F.A.Q.</h2>
extend and enhance it in the ways you see fit &mdash; the entire source
code is <a href="docs/backbone.html">annotated</a> to make this easier
for you. You'll find that there's very little there apart from core
functions, and most of those can be overriden or augmented should you find
functions, and most of those can be overridden or augmented should you find
the need. If you catch yourself adding methods to <tt>Backbone.Model.prototype</tt>,
or creating your own base subclass, don't worry &mdash; that's how things are
supposed to work.
Expand Down

0 comments on commit 232fb0d

Please sign in to comment.