Skip to content

Commit

Permalink
clarify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Nov 25, 2023
1 parent b4d1537 commit 1080ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ShowMoreButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const propTypes = {
/** Additional styles for container */
containerStyle: stylePropTypes,

/** A number of current showed items */
/** The number of currently shown items */
currentCount: PropTypes.number,

/** A number of total items */
/** The total number of items that could be shown */
totalCount: PropTypes.number,

/** A handler fires when button has been pressed */
/** A handler that fires when button has been pressed */
onPress: PropTypes.func.isRequired,
};

Expand Down

0 comments on commit 1080ca0

Please sign in to comment.