From 1036bf2f35210a455a620fda52a26e1dd6d9c66f Mon Sep 17 00:00:00 2001 From: Don Turner Date: Mon, 30 Jan 2023 15:17:38 +0000 Subject: [PATCH] Update docs/ArchitectureLearningJourney.md --- docs/ArchitectureLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ArchitectureLearningJourney.md b/docs/ArchitectureLearningJourney.md index 6c84344ea..44c59dfad 100644 --- a/docs/ArchitectureLearningJourney.md +++ b/docs/ArchitectureLearningJourney.md @@ -142,7 +142,7 @@ Here's what's happening in each step. The easiest way to find the associated cod 11 - GetUserNewsResourcesUseCase combines the list of news resources with the user data to emit a list of SaveableNewsResources. + GetUserNewsResourcesUseCase combines the list of news resources with the user data to emit a list of UserNewsResources. GetUserNewsResourcesUseCase.invoke