diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 0e06d3a7f2..3def6e7923 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -5,7 +5,7 @@ description: Learn about Bootstrap's list group component for rendering series o group: components --- -List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content. +List groups are a flexible and powerful component for displaying a series of content. List group items can be modified and extended to support just about any content within. They can also be used as navigation with the right modifier class. ## Contents @@ -13,7 +13,7 @@ List groups are a flexible and powerful component for displaying not only simple {:toc} ## Basic example -The most basic list group is simply an unordered list with list items, and the proper classes. Build upon it with the options that follow, or your own CSS as needed. +The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed. {% example html %}