Merge pull request #211 from wswon/fix-typo

Fix : class name Typo
pull/227/head
Jolanda Verhoef 2 years ago committed by GitHub
commit 38017e367f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,7 +183,7 @@ Using the above modularization strategy, the Now in Android app has the followin
</td>
<td>Making network requests and handling responses from a remote data source.
</td>
<td><code>RetrofitNiANetworkApi</code>
<td><code>RetrofitNiaNetworkApi</code>
</td>
</tr>
<tr>
@ -209,7 +209,7 @@ Using the above modularization strategy, the Now in Android app has the followin
</td>
<td>Local database storage using Room.
</td>
<td><code>NiADatabase</code><br>
<td><code>NiaDatabase</code><br>
<code>DatabaseMigrations</code><br>
<code>Dao</code> classes
</td>

Loading…
Cancel
Save