Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 31, 2023
1 parent f772032 commit 664a4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/progress-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ A CSS class to apply to the underlying `div` element, serving as a progress bar

##### `id`: `string`

The HTML `id` of the control element. This is necessary to be able to accessibly associate the label with that element.
The HTML `id` of the `progress` element. This is necessary to be able to accessibly associate the label with that element.

- Required: No
2 changes: 1 addition & 1 deletion packages/components/src/progress-bar/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type ProgressBarProps = {
className?: string;

/**
* The HTML `id` of the `progress` control element.
* The HTML `id` of the `progress` element.
* This is necessary to be able to accessibly associate the label with that element.
*/
id?: string;
Expand Down

0 comments on commit 664a4de

Please sign in to comment.