From 232fb0d40bf2d1ec951cd5da95072b2aa43e17a4 Mon Sep 17 00:00:00 2001
From: Brian Scoles
Date: Sun, 7 Dec 2014 22:30:28 -0800
Subject: [PATCH] change "overriden" to "overridden" in two places.
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index a5913617a..40407a4fb 100644
--- a/index.html
+++ b/index.html
@@ -2443,7 +2443,7 @@ Backbone.sync
- The sync function may be overriden globally as Backbone.sync,
+ The sync function may be overridden globally as Backbone.sync,
or at a finer-grained level, by adding a sync function to a Backbone
collection or to an individual model.
@@ -3070,7 +3070,7 @@ F.A.Q.
extend and enhance it in the ways you see fit — the entire source
code is annotated 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 Backbone.Model.prototype,
or creating your own base subclass, don't worry — that's how things are
supposed to work.