From 7f76f94c9dab2dfd10e817e92a2ecc9487ccccc2 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 21 Sep 2019 00:59:46 +0700 Subject: [PATCH] docs(item-divider): remove extra word "like" (#19403) --- core/src/components/item-divider/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item-divider/readme.md b/core/src/components/item-divider/readme.md index 3809b44269..19462cfe88 100644 --- a/core/src/components/item-divider/readme.md +++ b/core/src/components/item-divider/readme.md @@ -1,6 +1,6 @@ # ion-item-divider -Item Dividers are block elements that can be used to separate items in a list. They are similar to list headers, but instead of being placed at the top of a list, they should go in between groups of like items. +Item Dividers are block elements that can be used to separate items in a list. They are similar to list headers, but instead of being placed at the top of a list, they should go in between groups of items.