This pull request addresses a documentation error where the fetchWeatherDate() function was incorrectly referenced. The correct function is fetchWeather().
Changes:
Documentation: Updated the documentation to use the correct function reference, fetchWeather().
Testing:
Manual: Verified that the documentation now accurately reflects the intended function usage.
Fix incorrect function reference in documentation
Project : view-weather-with-html-css-js
This pull request addresses a documentation error where the
fetchWeatherDate()
function was incorrectly referenced. The correct function isfetchWeather()
.Changes:
Documentation: Updated the documentation to use the correct function reference, fetchWeather().
Testing:
Manual: Verified that the documentation now accurately reflects the intended function usage.