Skip to content

Commit a88f7b7

Browse files
committed
fix: capitalise
1 parent 555d274 commit a88f7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hoverable/hoverablePropTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const propTypes = {
1313
/** Function that executes when the mouse leaves the children. */
1414
onHoverOut: PropTypes.func,
1515

16-
/** decides whether to handle the scroll behaviour to show hover once the scroll ends */
16+
/** Decides whether to handle the scroll behaviour to show hover once the scroll ends */
1717
shouldHandleScroll: PropTypes.bool,
1818
};
1919

0 commit comments

Comments
 (0)