Fix inherited spelling in documentation

This commit is contained in:
Mark Campbell 2012-02-03 19:07:48 -06:00
parent e42f96b76d
commit d6e2ae292e
2 changed files with 2 additions and 2 deletions

View File

@ -529,7 +529,7 @@ Expressions
<p>
If you would like to iterate over just the keys that are defined on the
object itself, by adding a <tt>hasOwnProperty</tt>
check to avoid properties that may be interited from the prototype, use<br />
check to avoid properties that may be inherited from the prototype, use<br />
<tt>for own key, value of object</tt>
</p>
<p>

View File

@ -943,7 +943,7 @@ ages = (function() {
<p>
If you would like to iterate over just the keys that are defined on the
object itself, by adding a <tt>hasOwnProperty</tt>
check to avoid properties that may be interited from the prototype, use<br />
check to avoid properties that may be inherited from the prototype, use<br />
<tt>for own key, value of object</tt>
</p>
<p>