Skip to content

Commit

Permalink
docs: add info to timelinemarker component
Browse files Browse the repository at this point in the history
  • Loading branch information
YulyGP committed Jan 15, 2021
1 parent 2986bfd commit d7372d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimelineMarker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import removeItemFromArray from '../AccordionSection/removeItemFromArray';
import isInArray from '../AccordionSection/isInArray';

/**
* The TimelineMarker displays one event of an item timeline.
* The TimelineMarker displays one event of an item's timeline. It's generally used to compose the ActivityTimeline component.
* @category Layout
*/
export default function TimelineMarker(props) {
Expand Down

0 comments on commit d7372d2

Please sign in to comment.