From 1b033ce15314931997230f7b92bbf67178c36f5c Mon Sep 17 00:00:00 2001 From: RobTou <92668877+RobTou@users.noreply.github.com> Date: Thu, 29 May 2025 16:03:07 +0200 Subject: [PATCH] fix(curriculum): typo in lab - weather app - test 15 (#60595) --- .../lab-weather-app/66f12a88741aeb16b9246c59.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {