From 6473f64d86fa5cee3c9e0de8963284cfd074a3bb Mon Sep 17 00:00:00 2001 From: wswon Date: Tue, 2 Aug 2022 21:41:21 +0900 Subject: [PATCH] Fix : class name Typo --- docs/ModularizationLearningJourney.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 0a144ea2d..01e9b8750 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -183,7 +183,7 @@ Using the above modularization strategy, the Now in Android app has the followin Making network requests and handling responses from a remote data source. - RetrofitNiANetworkApi + RetrofitNiaNetworkApi @@ -209,7 +209,7 @@ Using the above modularization strategy, the Now in Android app has the followin Local database storage using Room. - NiADatabase
+ NiaDatabase
DatabaseMigrations
Dao classes