Skip to content

Commit

Permalink
docs: fix progressstep general description
Browse files Browse the repository at this point in the history
  • Loading branch information
YulyGP committed Jan 12, 2021
1 parent 045c7d4 commit fa7e588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ProgressStep/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ class StepItem extends Component {
}

/**
* A progress step represents one step of the progress indicator.
* A progress step represents one step of the progress indicator. ProgressStep and ProgressIndicator components
* are related and should be implemented together.
*/
export default function ProgressStep(props) {
// eslint-disable-next-line react/jsx-props-no-spreading
Expand Down

0 comments on commit fa7e588

Please sign in to comment.