reword challenge 2 (#4536)

This commit is contained in:
Edgar Manukyan
2022-04-02 09:29:39 -04:00
committed by GitHub
parent c77e2f2422
commit e34da98b57

View File

@@ -2019,7 +2019,7 @@ export default function App() {
### Fix a broken packing list {/*fix-a-broken-packing-list*/}
This packing list has a footer that shows how many items are packed, and how many items there are overall. It seems to work at first, but it is buggy. For example, if you mark a place as completed and then delete it, the counter will not be updated correctly. Fix the counter so that it's always correct.
This packing list has a footer that shows how many items are packed, and how many items there are overall. It seems to work at first, but it is buggy. For example, if you mark an item as packed and then delete it, the counter will not be updated correctly. Fix the counter so that it's always correct.
<Hint>