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;