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