From 1f88f841a8b9a571d186b58a4da8f9cbe810c8e6 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 4 Apr 2020 17:11:14 -0300 Subject: [PATCH] Fixing typo on user stories --- Projects/3-Advanced/Calorie-Counter-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/3-Advanced/Calorie-Counter-App.md b/Projects/3-Advanced/Calorie-Counter-App.md index c27697514..80ea6d078 100644 --- a/Projects/3-Advanced/Calorie-Counter-App.md +++ b/Projects/3-Advanced/Calorie-Counter-App.md @@ -24,7 +24,7 @@ searched. This will be loaded when the app is started. a 'Search' button, and a 'Clear' button. - [ ] User can enter search terms into the food description input text box. - [ ] User can click on the 'Search' button to search for the matching food. -- [ ] User can see and warning message if no search terms were entered. +- [ ] User can see a warning message if no search terms were entered. - [ ] User can see a warning message if no matches were found. - [ ] User can see a list of the matching food items, portion sizes, and calories in a scrollable results panel that is limited to 25 entries.