Skip to content

Commit 56440be

Browse files
authored
Update README.md
1 parent 6ecacc7 commit 56440be

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
@@ -51,7 +51,7 @@ Try to use a Functional component if the component doesn't have state, you'll ne
5151
- [ ] 1. Refactor the “about” and “footer” sections by creating a functional component for each.
5252
Make sure everything works.
5353

54-
- [ ] 2. Refactor the navbar by creating a Functional Component (AKA stateless components).
54+
- [ ] 2. Refactor the navbar by creating a Functional Component.
5555
Pass the dependencies (`this.toggleMenu` in this case) via props.
5656
Make sure everything works by clicking on the "Training" button at the top right of the screen.
5757

0 commit comments

Comments
 (0)