diff --git a/docs/reference-react.md b/docs/reference-react.md index 6190bb94..a00770a2 100644 --- a/docs/reference-react.md +++ b/docs/reference-react.md @@ -372,7 +372,7 @@ MyComponent.propTypes = { React.PropTypes.arrayOf(propType) ``` -Validates that a prop is an an array of a certain type. +Validates that a prop is an array of a certain type. ```javascript MyComponent.propTypes = {