Spelling fix

pull/382/head
Astra 1 year ago
parent 8b41cd49c3
commit 405e3fd1a4

@ -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.

Loading…
Cancel
Save