From 8260482975dee27a9d472de6eaf2c1a0e66a3a3a Mon Sep 17 00:00:00 2001 From: lee Date: Tue, 14 Dec 2021 10:45:09 +0000 Subject: [PATCH] review fix --- subjects/groupie-tracker/filters/README.md | 2 +- subjects/groupie-tracker/search-bar/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/groupie-tracker/filters/README.md b/subjects/groupie-tracker/filters/README.md index 1f434354..fa71ebfe 100644 --- a/subjects/groupie-tracker/filters/README.md +++ b/subjects/groupie-tracker/filters/README.md @@ -13,7 +13,7 @@ You must follow the same [principles](../README.md) as the first subject. - filter by number of members - filter by locations of concerts -- Your filters must of at least these two types: +- Your filters must be of at least these two types: - a range filter (filters the results between two values) - a check box filter (filters the results by one or multiple selection) diff --git a/subjects/groupie-tracker/search-bar/README.md b/subjects/groupie-tracker/search-bar/README.md index 31b5152c..679e7026 100644 --- a/subjects/groupie-tracker/search-bar/README.md +++ b/subjects/groupie-tracker/search-bar/README.md @@ -20,7 +20,7 @@ So the focus of this project is to create a way for the client to search a membe ### Example -Lets imagine you have created a card system to display the band data. The user can be able to search directly for the band he needs. Here is an example: +Lets imagine you have created a card system to display the band data. The user can directly search for the band he needs. Here is an example: - While the user is typing for the member he desires to see, the search bar gives the suggestion of all the possible options.