Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fix: typo in property name for propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
elCarda committed Jul 26, 2018
1 parent 106eb34 commit bc45f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Head = ({ children, sorting, ...headProps }) => { // eslint-disable-line
);
};

Head.PropTypes = {
Head.propTypes = {
children: ReactPropTypes.node,
sorting: PropTypes.sorting
};
Expand Down

0 comments on commit bc45f18

Please sign in to comment.