Fix single vs plural (#8738)

Maybe it's not very important, just misprint fix
This commit is contained in:
Dmitry Zhuravlev-Nevsky
2017-01-10 19:00:16 +03:00
committed by Dan Abramov
parent 201cce9207
commit 4599dc5dcd

View File

@@ -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.