diff --git a/src/components/SelectionList/types.ts b/src/components/SelectionList/types.ts index f19becd589b4..e401dd5456b2 100644 --- a/src/components/SelectionList/types.ts +++ b/src/components/SelectionList/types.ts @@ -299,7 +299,7 @@ type BaseSelectionListProps = Partial & { textInputRef?: MutableRefObject; /** - * When true, the list won't be visible until the list layout is measured. This prevents the list from "blinking" as it's scrolled to the bottom which is recommended for large lists. + * When true, the list won't be visible until the list layout is measured. This prevents the list from "blinking" as it's scrolled to the bottom which is recommended for large lists. * When false, the list will render immediately and scroll to the bottom which works great for small lists. */ shouldHideListOnInitialRender?: boolean;