diff --git a/exercises/06.state-initializers/01.problem.initial/README.mdx b/exercises/06.state-initializers/01.problem.initial/README.mdx index 50c0a95d..6fa235b8 100644 --- a/exercises/06.state-initializers/01.problem.initial/README.mdx +++ b/exercises/06.state-initializers/01.problem.initial/README.mdx @@ -6,7 +6,7 @@ and reset to the initial state. 🧝‍♂️ I've updated the toggle component to use a reducer instead of `useState`. If -you'd like to back up, and do that yourself in the playground, by my guest. Or +you'd like to back up, and do that yourself in the playground, be my guest. Or you can check my work instead. 👨‍💼 Please add a case in our reducer for the `reset` logic, and add an option to