Skip to content

Commit ad77887

Browse files
authored
Merge pull request #23 from amanaggarwal1/develop
Rectify spelling in DevByteViewModel class
2 parents f6a2289 + 6ee2cdd commit ad77887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/android/devbyteviewer/viewmodels/DevByteViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import kotlinx.coroutines.launch
3636
* results after the new Fragment or Activity is available.
3737
*
3838
* @param application The application that this viewmodel is attached to, it's safe to hold a
39-
* reference to applications across rotation since Application is never recreated during actiivty
39+
* reference to applications across rotation since Application is never recreated during activty
4040
* or fragment lifecycle events.
4141
*/
4242
class DevByteViewModel(application: Application) : AndroidViewModel(application) {

0 commit comments

Comments
 (0)