Skip to content

Commit bf223ad

Browse files
Improve README.md
1 parent 5c5e97e commit bf223ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ its sibling coroutines. In the use case the results of the successful responses
172172

173173
### 14. Continue Coroutine execution when the user leaves the screen
174174

175-
Usually, when the user leaves the screen, the `ViewModel` gets cleared and all the coroutines launched in `viewModelScope` get cancelled. Sometimes we want a certain coroutine operation to be continued
176-
when the user leave the screen. In this use case, the network request keeps running and the results still get inserted into the database
175+
Usually, when the user leaves the screen, the `ViewModel` gets cleared and all the coroutines launched in `viewModelScope` get cancelled. Sometimes, however, we want a certain coroutine operation to be continued
176+
when the user leaves the screen. In this use case, the network request keeps running and the results still get inserted into the database
177177
cache when the user leaves the screen. This makes sense in real world application as we don't want to cancel an already started background "cache sync".
178178

179179

0 commit comments

Comments
 (0)