Skip to content

Commit dc458e5

Browse files
authored
Update README.md
1 parent 65424ef commit dc458e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you start, there are two types of components [Functional Components and C
2929
1- Refactor the “about” and “footer” sections by creating a functional component for each. Make sure everything works.
3030

3131

32-
2- Refactor the navbar by creating a Functional Component (AKA stateless components) and pass the dependencies via props. Make sure everything works.
32+
2- Refactor the navbar by creating a Functional Component (AKA stateless components) and pass the dependencies (this.toggleMenu in this case) via props. Make sure everything works.
3333

3434

3535
3- Refactor the books section by creating a functional component and pass the dependencies via props. Make sure everything works.

0 commit comments

Comments
 (0)