Skip to content

Commit

Permalink
Merge pull request #151 from 000xs/000xs
Browse files Browse the repository at this point in the history
Fixed incorrect function reference in documentation: fetchWeatherDate…
  • Loading branch information
intelagense authored Oct 25, 2024
2 parents 03f1c57 + 512aac1 commit 066a0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 066a0fb

Please sign in to comment.