From 856b4351f6a9349db07ded776fa51aa2264062ce Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 13 May 2024 15:45:23 +0300 Subject: [PATCH] Typo fix --- components/lib/orderlist/OrderList.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index 1be08cd4c..cd65d2f25 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -232,7 +232,7 @@ export interface OrderListProps { */ scrollHeight?: string | undefined; /** - * Used to pass all properties of the ButtonProps to the move up button inside the component. + * Used to pass all properties of the ButtonProps to the button inside the component. * @type {ButtonProps} * @defaultValue { severity: 'secondary' } */