Browse Source

Update typechecking-with-proptypes.md (#3513)

Typo: "allow PropTypes to be proper applied" => "allow PropTypes to be properly applied"
main
DaniBedz 4 years ago
committed by GitHub
parent
commit
ef85b1b0fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/typechecking-with-proptypes.md

2
content/docs/typechecking-with-proptypes.md

@ -199,7 +199,7 @@ The `defaultProps` will be used to ensure that `this.props.name` will have a val
### Function Components {#function-components}
If you are using function components in your regular development, you may want to make some small changes to allow PropTypes to be proper applied.
If you are using function components in your regular development, you may want to make some small changes to allow PropTypes to be properly applied.
Let's say you have a component like this:

Loading…
Cancel
Save