Skip to content

Commit ef85b1b

Browse files
authored
Update typechecking-with-proptypes.md (#3513)
Typo: "allow PropTypes to be proper applied" => "allow PropTypes to be properly applied"
1 parent 35179e8 commit ef85b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/typechecking-with-proptypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The `defaultProps` will be used to ensure that `this.props.name` will have a val
199199

200200
### Function Components {#function-components}
201201

202-
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.
202+
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.
203203

204204
Let's say you have a component like this:
205205

0 commit comments

Comments
 (0)