mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Fix single vs plural (#8738)
Maybe it's not very important, just misprint fix
This commit is contained in:
committed by
Dan Abramov
parent
201cce9207
commit
4599dc5dcd
@@ -107,7 +107,7 @@ MyComponent.propTypes = {
|
||||
};
|
||||
```
|
||||
|
||||
### Requiring Single Children
|
||||
### Requiring Single Child
|
||||
|
||||
With `React.PropTypes.element` you can specify that only a single child can be passed to a component as children.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user