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 c3ce14a373
commit 280bcfa9f5
+1 -1
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.