Skip to content

Commit 666c1d6

Browse files
authored
Minor typo fix dcalhoun/fix-documentation-typo
[fix] Typo in lesson 7 exercise documentation
2 parents 258c6d7 + 344bd96 commit 666c1d6

File tree

1 file changed

+1
-1
lines changed
  • lessons/07-compound-components/exercise

1 file changed

+1
-1
lines changed

lessons/07-compound-components/exercise/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We want this:
4040
</DateFields>
4141
```
4242

43-
1. Change `SignupForm.js` to render the the new `DateFields` API with compound components as shown above.
43+
1. Change `SignupForm.js` to render the new `DateFields` API with compound components as shown above.
4444

4545
2. Edit `DateFields.js` to stop rendering the individual components in `DateFields`, but instead just rendering `props.children`.
4646

0 commit comments

Comments
 (0)