From 2f4fc5b2f576bef15e33976ab710c8afb0ac048e Mon Sep 17 00:00:00 2001 From: trilejay <149100275+trilejay@users.noreply.github.com> Date: Sun, 29 Sep 2024 23:48:51 -0700 Subject: [PATCH] docs(blog-use-effect): fixed typo (#6378) --- documentation/blog/2024-03-22-useeffect-cleanup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2024-03-22-useeffect-cleanup.md b/documentation/blog/2024-03-22-useeffect-cleanup.md index d23218aad5d3..0e6be5b25a02 100644 --- a/documentation/blog/2024-03-22-useeffect-cleanup.md +++ b/documentation/blog/2024-03-22-useeffect-cleanup.md @@ -50,7 +50,7 @@ This is where the `useEffect` cleaning function comes in. In the cleanup functio ## When to use the `useEffect` cleanup function -There are various scenarios which will prompt the use of the `useEffect` cleanup function. Thery are as follows: +There are various scenarios which will prompt the use of the `useEffect` cleanup function. They are as follows: ### Fetch requests