From 512aac106f74b4325e88ea6b6033af30f600c1ec Mon Sep 17 00:00:00 2001 From: Sithum Sathsara <89584440+SithumSathsaras@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:52:26 -0400 Subject: [PATCH] Fixed incorrect function reference in documentation: fetchWeatherDate() should be fetchWeather() --- .../view-weather-with-html-css-js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx b/projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx index 7b8d43af..b393c95d 100644 --- a/projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx +++ b/projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx @@ -343,7 +343,7 @@ if (searchInput == "") { } ``` -**Note:** Make sure this is done in the `fetchWeatherDate()` function. +**Note:** Make sure this is done in the `fetchWeather()` function. Next, let's define two inner functions that will help us with getting our weather information.