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 f9a448dc951..84bed9510c7 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 @@ -439,7 +439,7 @@ You should have a `getWeather` function. assert.isFunction(getWeather); ``` -The `getWeather` function should accept a city as it's only argument and return the JSON from the Weather API. +The `getWeather` function should accept a city as its only argument and return the JSON from the Weather API. ```js async () => {