Skip to content

Commit

Permalink
fix: modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rgah2107 committed May 21, 2020
1 parent 933ebc1 commit cccecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ Table.propTypes = {
resizeColumnDisabled: PropTypes.bool,
/** The minimum width for all columns. The default value is 50px. */
minColumnWidth: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
/** The maximum width for all columns. The default value is infinity. */
/** The maximum width for all columns. The default value is Infinity. */
maxColumnWidth: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
/** Show or hide the checkbox column for row selection. To show set
* showCheckboxColumn to true. The default value is false. */
Expand Down

0 comments on commit cccecc2

Please sign in to comment.