From 7249c958a30fc36542e07bd2cd543e1809cb69b4 Mon Sep 17 00:00:00 2001 From: Jon Winsley Date: Fri, 27 Sep 2024 14:36:13 -0400 Subject: [PATCH] Fixing typo (#222) --- exercises/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/README.mdx b/exercises/README.mdx index 88a2de71..ca29359f 100644 --- a/exercises/README.mdx +++ b/exercises/README.mdx @@ -9,7 +9,7 @@ working on in this workshop. We're going to cover a lot of ground and a handful of components that need to be enhanced for the features our users are looking for. You'll be building things using React hooks like `useReducer`, `use`, `useLayoutEffect`, -`useSyncExternalStore`, and more. You'll even ben building your own custom +`useSyncExternalStore`, and more. You'll even be building your own custom hooks! In addition to advanced hooks, we'll also be covering a couple advanced use