From 394cd16ee7d7f4b17e9191cb78de6e6278839efc Mon Sep 17 00:00:00 2001 From: Titani Date: Wed, 27 Sep 2023 10:36:40 -0400 Subject: [PATCH] Update prop description --- .../NotificationDrawer/NotificationDrawerListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerListItem.tsx b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerListItem.tsx index 2d0829915ac..8b43ba342f7 100644 --- a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerListItem.tsx +++ b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerListItem.tsx @@ -13,7 +13,7 @@ export interface NotificationDrawerListItemProps extends React.HTMLProps void; - /** Read state screen reader text */ + /** Visually hidden text that conveys the current read state of the notification list item */ readStateScreenReaderText?: string; /** Tab index for the list item */ tabIndex?: number;