Skip to content

Commit

Permalink
Update text on prop
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Aug 5, 2024
1 parent ae4f5a9 commit 629d0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/Token/Token.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"name": "removeButtonLabel",
"type": "string",
"defaultValue": "'Remove token'",
"description": "Label to give the remove button for assistive technologies, such as screen readers"
"description": "Label to give to the remove button for assistive technologies, such as screen readers"
}
],
"subcomponents": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/Token/Token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface TokenProps extends TokenBaseProps, SxProp {
*/
leadingVisual?: React.ElementType
/**
* Label to give the remove control for screen readers
* Label to give to the remove button for assistive technologies, such as screen readers
*/
removeButtonLabel?: string
}
Expand Down

0 comments on commit 629d0f7

Please sign in to comment.