From 546a22eac25b13e9cb8acae7e87b40234092719d Mon Sep 17 00:00:00 2001 From: bensonzachariah <50866007+bensonzachariah@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:49:04 +0530 Subject: [PATCH] fixed minor typo (#236) --- exercises/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.