From 6c7e04a6ece2e361c399999a6e1d4eefa3d07047 Mon Sep 17 00:00:00 2001 From: Sam <77185816+sojinsamuel@users.noreply.github.com> Date: Wed, 24 Aug 2022 07:30:41 +0530 Subject: [PATCH] Typographical Error Update typo in the documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9036f07..2d41cdb 100644 --- a/readme.md +++ b/readme.md @@ -157,7 +157,7 @@ from a fake api and dumping it into component state. ### 05 Presentational Components -Breaking the list component into two: list and row compomenent, member row +Breaking the list component into two: list and row component, member row entity passed via props. ### 06 Handling asynchronous calls