diff --git a/src/components/ItemTableCell/ItemTableCell.js b/src/components/ItemTableCell/ItemTableCell.js index cf13a74..1acc996 100644 --- a/src/components/ItemTableCell/ItemTableCell.js +++ b/src/components/ItemTableCell/ItemTableCell.js @@ -27,7 +27,7 @@ export default function ItemTableCell({ children, TableCellProps }) { ItemTableCell.propTypes = { /** Child object passed to display cell data. */ "children": PropTypes.object, - /** Props applied to the TableCell component. */ + /** Props applied to the TableCell component. */ "TableCellProps": PropTypes.object };