Skip to content

Commit

Permalink
CardDivider: improve inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 1, 2021
1 parent afd7b95 commit 39495c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/card/card-divider/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function CardDivider( props, forwardedRef ) {
}

/**
* CardDivider renders an optional divider within a `<Card />
* CardDivider renders an optional divider within a `<Card />`.
* It is typically used to divide `<CardBody />`'s from each other.
*
* @example
* ```jsx
Expand Down

0 comments on commit 39495c2

Please sign in to comment.