googlecodelabs / android-build-an-app-architecture-components

Other
267 stars 133 forks source link

Typo - 11. Create the Repository to Fetch and Save Data #20

Open KMaragh opened 6 years ago

KMaragh commented 6 years ago

Hi!

In the section titled "Your Turn: Complete the logic for fetching data", step 3, It says the following

In SunshineSyncIntertService, in onHandleIntent(), call the WeatherNetworkDataSource's fetchWeather() method.

When it should say

In SunshineSyncIntentService, in onHandleIntent(), call the WeatherNetworkDataSource's fetchWeather() method.