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

Commit bc45f18

Browse files
committed
fix: typo in property name for propTypes
1 parent 106eb34 commit bc45f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Head.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Head = ({ children, sorting, ...headProps }) => { // eslint-disable-line
1111
);
1212
};
1313

14-
Head.PropTypes = {
14+
Head.propTypes = {
1515
children: ReactPropTypes.node,
1616
sorting: PropTypes.sorting
1717
};

0 commit comments

Comments
 (0)