diff --git a/15_Day_Classes/15_day_classes.md b/15_Day_Classes/15_day_classes.md index be9e8db..45f65b8 100644 --- a/15_Day_Classes/15_day_classes.md +++ b/15_Day_Classes/15_day_classes.md @@ -159,7 +159,7 @@ PersonĀ {firstName: "Lidiya", lastName: "Tekle"} PersonĀ {firstName: "Abraham", lastName: "Yetayeh"} ``` -Using the class Person we created three persons object. As you can see our class did not many properties let us add more properties to the class. +Using the class Person we created three persons object. As you can see our class did not has many properties let us add more properties to the class. ```js class Person {