From 4a3ed7e01aeeb538e33e9191612f55e3909149ae Mon Sep 17 00:00:00 2001 From: Caio Bittencourt Date: Thu, 14 May 2026 16:30:47 -0300 Subject: [PATCH] fix(curriculum): remove first-person language from shopping list step 22 (#67400) Signed-off-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../workshop-shopping-list-app/67fe694ebcafe94ab7451a8f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list-app/67fe694ebcafe94ab7451a8f.md b/curriculum/challenges/english/blocks/workshop-shopping-list-app/67fe694ebcafe94ab7451a8f.md index 04a40fa8397..2296c6da82b 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list-app/67fe694ebcafe94ab7451a8f.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list-app/67fe694ebcafe94ab7451a8f.md @@ -11,7 +11,7 @@ Your app works! Go ahead and test it out. However, it's not as efficient as it could be. While React is already very performant, there are some cases where it can be better to cache the results of potentially expensive calculations, or to ensure that functions are not recreated on every render. -We'll improve the performance of your app over the following steps. But first, let's add some logging so you can see the lifecycle of this component more clearly. +You'll improve the performance of your app over the following steps. But first, add some logging so you can see the lifecycle of this component more clearly. Above `filteredItems`, add a `console.log()` statement that logs the string `Filtering items...` to the console.