Skip to content

Commit 4cd6da8

Browse files
authored
Merge pull request #463 from ramsaysewell/master
Grammar correction
2 parents b633b6c + fd290d8 commit 4cd6da8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
As we know, objects can store properties.
55

6-
Till now, a property was a simple "key-value" pair to us. But an object property is actually more complex and tunable thing.
6+
Till now, a property was a simple "key-value" pair to us. But an object property is actually a more complex and tunable thing.
77

88
## Property flags
99

0 commit comments

Comments
 (0)