diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md b/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md index 6981a6d30c..7fd3fa7e3b 100644 --- a/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md +++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/usage-and-behavior/bulk-selection/bulk-selection.md @@ -4,7 +4,7 @@ section: patterns --- ## Bulk selection -Use a bulk selection pattern when you want to select or deselect multiple items in a content view (list, table, or card grid). The bulk selector uses a [Split button](/components/menus/menu-toggle#split-button-toggle-with-checkbox) component to control selection from the [Toolbar](/components/toolbar). Besides controlling selection, the bulk selector reflects the selection status of the related component (partially selected, all items selected, or no items selected). +Use a bulk selection pattern when you want to select or deselect multiple items in a content view (list, table, or card grid). The bulk selector uses a [split button](/components/menus/menu-toggle#split-button-toggle-with-checkbox) component to control selection from the [toolbar](/components/toolbar). Besides controlling selection, the bulk selector reflects the selection status of the related component (partially selected, all items selected, or no items selected). ## Bulk selector The bulk selector is created using a Split button and is always located as the leftmost item in a toolbar.