From e34da98b575f81fce38cae56c600a7efcb489c68 Mon Sep 17 00:00:00 2001 From: Edgar Manukyan <71098506+armenic@users.noreply.github.com> Date: Sat, 2 Apr 2022 09:29:39 -0400 Subject: [PATCH] reword challenge 2 (#4536) --- beta/src/pages/learn/choosing-the-state-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/pages/learn/choosing-the-state-structure.md b/beta/src/pages/learn/choosing-the-state-structure.md index 0a874ae85..ebc6e3cd0 100644 --- a/beta/src/pages/learn/choosing-the-state-structure.md +++ b/beta/src/pages/learn/choosing-the-state-structure.md @@ -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.