From d6e2ae292ec6dce92ca34c1f7d9b9f369ce0a67a Mon Sep 17 00:00:00 2001 From: Mark Campbell Date: Fri, 3 Feb 2012 19:07:48 -0600 Subject: [PATCH] Fix inherited spelling in documentation --- documentation/index.html.erb | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 4c31494d..d7749d65 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -529,7 +529,7 @@ Expressions

If you would like to iterate over just the keys that are defined on the object itself, by adding a hasOwnProperty - check to avoid properties that may be interited from the prototype, use
+ check to avoid properties that may be inherited from the prototype, use
for own key, value of object

diff --git a/index.html b/index.html index 85bb051c..10d13223 100644 --- a/index.html +++ b/index.html @@ -943,7 +943,7 @@ ages = (function() {

If you would like to iterate over just the keys that are defined on the object itself, by adding a hasOwnProperty - check to avoid properties that may be interited from the prototype, use
+ check to avoid properties that may be inherited from the prototype, use
for own key, value of object