We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f23c9 commit 33f794cCopy full SHA for 33f794c
doc/en/object/forinloop.md
@@ -32,7 +32,7 @@ this is done by using the [`hasOwnProperty`](#object.hasownproperty) method of
32
}
33
34
35
-This version is the only correct one to use. Due to the use of `hasOwnPropery` it
+This version is the only correct one to use. Due to the use of `hasOwnProperty` it
36
will **only** print out `moo`. When `hasOwnProperty` is left out, the code is
37
prone to errors in cases where the native prototypes - e.g. `Object.prototype` -
38
have been extended.
0 commit comments