From 212af1dcd20c4b6ca7a919113b3165c8670f98b2 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Wed, 2 Aug 2023 11:13:52 +0200 Subject: [PATCH] typo --- components/lib/radiobutton/RadioButton.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;