Skip to content

Commit c0fd76b

Browse files
authored
Update task.md
Grammar
1 parent 30e3fa7 commit c0fd76b

File tree

1 file changed

+2
-2
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto

1 file changed

+2
-2
lines changed

1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 5
22

33
---
44

5-
# Why two hamsters are full?
5+
# Why are both hamsters full?
66

77
We have two hamsters: `speedy` and `lazy` inheriting from the general `hamster` object.
88

9-
When we feed one of them, the other one is also full. Why? How to fix it?
9+
When we feed one of them, the other one is also full. Why? How can we fix it?
1010

1111
```js run
1212
let hamster = {

0 commit comments

Comments
 (0)