From 8331bce76dfc8b1a4f7b107f458eb954b0b47eac Mon Sep 17 00:00:00 2001 From: RealWorldEdits376W <109642348+RealWorldEdits376W@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:15:06 -0700 Subject: [PATCH] Typo errors fixed In the ChipsInput section, the third line is written as, " Touching a chip open a full detailed view (if non disable)." This line contains some errors and could be written as, "Touching a chip opens a full detailed view (if non disabled)." Thank you. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3def8d..9518b45 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ dependencies { ## ChipsInput This view implements the Material Design [Contact chips component](https://material.io/guidelines/components/chips.html#chips-contact-chips). -It is composed of a collection of chips (`ChipView`) and an input (`EditText`). Touching a chip open a full detailed view (if non disable). The [GIF](#materialchipsinput) above describes the behavior of the `ChipsInput` view. +It is composed of a collection of chips (`ChipView`) and an input (`EditText`). Touching a chip opens a full detailed view (if non disabled). The [GIF](#materialchipsinput) above describes the behavior of the `ChipsInput` view. But everything is configurable (optional avatar icon, optional full detailed view, ...) so you can use the `ChipsInput` view for non contact chips. ### Basic Usage