diff --git a/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md b/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md index c24eebd2c16..ebaaaa55dbf 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md +++ b/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md @@ -8,7 +8,7 @@ demoType: onClick # --description-- -**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. +In this lab, you'll build an app that provides weather information from different cities. You will use a weather API. The output data has the following format: @@ -39,6 +39,8 @@ You will use a weather API. The output data has the following format: } ``` +**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. + **User Stories:** 1. You should have a `button` element with an `id` of `get-weather-btn`.