Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing word #229

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/02.side-effects/01.problem.effects/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ hit the back button, the search doesn't stay synchronoized with the URL (yet).
You can take a look at <DiffLink app1={-1} app2={0}>my changes</DiffLink> 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
Expand Down