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