From d2a04970b8182872314093ccdc9c72368810bff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 10 May 2023 11:08:56 +0300 Subject: [PATCH] Update Rating.d.ts --- components/lib/rating/Rating.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts index 14a650d89..0fea3232f 100755 --- a/components/lib/rating/Rating.d.ts +++ b/components/lib/rating/Rating.d.ts @@ -95,7 +95,7 @@ export interface RatingContext { */ active: boolean; /** - * Current focused state of menuitem as a boolean. + * Current focused state of item as a boolean. * @defaultValue false */ focused: boolean;