Skip to content

Commit 066a0fb

Browse files
authored
Merge pull request #151 from 000xs/000xs
Fixed incorrect function reference in documentation: fetchWeatherDate…
2 parents 03f1c57 + 512aac1 commit 066a0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if (searchInput == "") {
343343
}
344344
```
345345

346-
**Note:** Make sure this is done in the `fetchWeatherDate()` function.
346+
**Note:** Make sure this is done in the `fetchWeather()` function.
347347

348348
Next, let's define two inner functions that will help us with getting our weather information.
349349

0 commit comments

Comments
 (0)