From 405e3fd1a4f7c938f65ecbabddb3753a03540f3b Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 7 Nov 2023 08:24:24 +0530 Subject: [PATCH] Spelling fix --- 04_Day_Components/04_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_Day_Components/04_components.md b/04_Day_Components/04_components.md index 0f9c268..ffe8747 100644 --- a/04_Day_Components/04_components.md +++ b/04_Day_Components/04_components.md @@ -39,7 +39,7 @@ A React component is a small, reusable code, which is responsible for one part o Components can be: - Functional Component / Presentational Component / Stateless Component / Dumb Component -- Class Component / Container Component/ Statefull Component / Smart Component +- Class Component / Container Component/ Stateful Component / Smart Component The classification of components above does not work for the latest version of React, but it is good to know the former definition and how the previous versions work.