diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index 0f33995ed..0f44c78b9 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -118,7 +118,7 @@ export interface RadioButtonProps { */ 'aria-label'?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {RadioButtonPassThroughOptions} */ pt?: RadioButtonPassThroughOptions;