diff --git a/exercises/02.side-effects/01.problem.effects/README.mdx b/exercises/02.side-effects/01.problem.effects/README.mdx index 3fdb6b3a8..5cfaffec3 100644 --- a/exercises/02.side-effects/01.problem.effects/README.mdx +++ b/exercises/02.side-effects/01.problem.effects/README.mdx @@ -13,8 +13,8 @@ hit the back button, the search doesn't stay synchronoized with the URL (yet). You can take a look at my changes for details on what I did. -👨‍💼 Thanks Kellie. So what we you to do is make it so when the user hits the back -button in their browser and the search params are updated, we update the input +👨‍💼 Thanks Kellie. So what we want you to do is make it so when the user hits the +back button in their browser and the search params are updated, we update the input value. The only way to be notified of a back/forward event is to listen for the