We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecacc7 commit 56440beCopy full SHA for 56440be
1 file changed
README.md
@@ -51,7 +51,7 @@ Try to use a Functional component if the component doesn't have state, you'll ne
51
- [ ] 1. Refactor the “about” and “footer” sections by creating a functional component for each.
52
Make sure everything works.
53
54
-- [ ] 2. Refactor the navbar by creating a Functional Component (AKA stateless components).
+- [ ] 2. Refactor the navbar by creating a Functional Component.
55
Pass the dependencies (`this.toggleMenu` in this case) via props.
56
Make sure everything works by clicking on the "Training" button at the top right of the screen.
57
0 commit comments