We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 258c6d7 + 344bd96 commit 666c1d6Copy full SHA for 666c1d6
lessons/07-compound-components/exercise/README.md
@@ -40,7 +40,7 @@ We want this:
40
</DateFields>
41
```
42
43
-1. Change `SignupForm.js` to render the the new `DateFields` API with compound components as shown above.
+1. Change `SignupForm.js` to render the new `DateFields` API with compound components as shown above.
44
45
2. Edit `DateFields.js` to stop rendering the individual components in `DateFields`, but instead just rendering `props.children`.
46
0 commit comments