Skip to content

Commit 4dcc05d

Browse files
authored
Merge pull request #1650 from javascript-tutorial/paroche-patch-7
Update article.md
2 parents 7e5f960 + 6837f4e commit 4dcc05d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-properties/01-property-descriptors

1 file changed

+1
-1
lines changed

1-js/07-object-properties/01-property-descriptors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Object.defineProperty(obj, propertyName, descriptor)
6666
: The object and its property to apply the descriptor.
6767

6868
`descriptor`
69-
: Property descriptor to apply.
69+
: Property descriptor object to apply.
7070

7171
If the property exists, `defineProperty` updates its flags. Otherwise, it creates the property with the given value and flags; in that case, if a flag is not supplied, it is assumed `false`.
7272

0 commit comments

Comments
 (0)