Skip to content

Commit 8e7a650

Browse files
committed
Update docs/ArchitectureLearningJourney.md - User action follow topic
1 parent 5c1bd0f commit 8e7a650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ArchitectureLearningJourney.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ User actions are communicated from UI elements to ViewModels using regular metho
309309

310310
**Example: Following a topic**
311311

312-
The `InterestsScreen` takes a lambda expression named `followTopic` which is supplied from `InterestsViewModel.followTopic`. Each time the user taps on a topic to follow this method is called. The ViewModel then processes this action by informing the topics repository.
312+
The `InterestsScreen` takes a lambda expression named `followTopic` which is supplied from `InterestsViewModel.followTopic`. Each time the user taps on a topic to follow this method is called. The ViewModel then processes this action by informing the user data repository.
313313

314314

315315
## Further reading

0 commit comments

Comments
 (0)