Skip to content

Commit

Permalink
Update typechecking-with-proptypes.md (reactjs#3513)
Browse files Browse the repository at this point in the history
Typo: "allow PropTypes to be proper applied" => "allow PropTypes to be properly applied"
  • Loading branch information
DaniBedz authored Feb 9, 2021
1 parent 35179e8 commit ef85b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/typechecking-with-proptypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ef85b1b

Please sign in to comment.