Skip to content

Commit 33f794c

Browse files
committed
Fixed minor typo
1 parent 07f23c9 commit 33f794c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/object/forinloop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ this is done by using the [`hasOwnProperty`](#object.hasownproperty) method of
3232
}
3333
}
3434

35-
This version is the only correct one to use. Due to the use of `hasOwnPropery` it
35+
This version is the only correct one to use. Due to the use of `hasOwnProperty` it
3636
will **only** print out `moo`. When `hasOwnProperty` is left out, the code is
3737
prone to errors in cases where the native prototypes - e.g. `Object.prototype` -
3838
have been extended.

0 commit comments

Comments
 (0)