Update typechecking-with-proptypes.md

change the words
This commit is contained in:
kinyaying
2017-11-05 19:10:48 +08:00
committed by GitHub
parent bf28861146
commit 400a2c6c1c

View File

@@ -170,7 +170,7 @@ ReactDOM.render(
);
```
You can also put propTypes and defaultProps as static props inside React class.
You can also put the defaultProps as static props inside React class.
```javascript
class Greeting extends Component {