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.