Skip to content

Commit

Permalink
Fix doc comment for isNumber prop (segmentio#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix authored and Matt Shwery committed Aug 19, 2019
1 parent b35b925 commit 70a700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/src/TextTableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class TextTableCell extends PureComponent {
...TableCell.propTypes,

/**
* Adds textAlign: right and fontFamily: mono.
* Adds fontFamily: mono.
*/
isNumber: PropTypes.bool.isRequired,

Expand Down

0 comments on commit 70a700d

Please sign in to comment.