android-build-an-app-architecture-components icon indicating copy to clipboard operation
android-build-an-app-architecture-components copied to clipboard

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

Open KMaragh opened this issue 7 years ago • 0 comments

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.

KMaragh avatar May 14 '18 03:05 KMaragh