diff --git a/exercises/README.mdx b/exercises/README.mdx index e04b7a9ca..d20fe7ccc 100644 --- a/exercises/README.mdx +++ b/exercises/README.mdx @@ -6,7 +6,7 @@ this workshop. I'll be there to tell you what our users want and to help you understand the requirements of the tasks you'll be working on. -React hooks are an critical part of React development. You can think of them as +React hooks are a critical part of React development. You can think of them as atoms to the React component molecule. Everything outside of basic rendering can be done with hooks.