Skip to content

Commit b0e3337

Browse files
authored
Update article.md
Adjustments to line about class properties. Add "the", change "the" to "a".
1 parent f44cba8 commit b0e3337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class User {
320320
new User().sayHi();
321321
```
322322

323-
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling constructor, it's the property of the object itself.
323+
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling the constructor, it's a property of the object itself.
324324

325325
## Summary
326326

0 commit comments

Comments
 (0)