From ed6bc1b37c6dc87c2609db5ce2a39e760b207788 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 14 Jun 2023 22:41:42 +0100 Subject: [PATCH] Update docs/ModularizationLearningJourney.md --- docs/ModularizationLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 46487d669..716b8c404 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin core:ui - UI components, composables and resources, used by different features. + Composite UI components and resources used by feature modules, such as the news feed. Unlike the `designsystem` module, it is dependent on the data layer since it renders models, like news resources. NewsFeed NewsResourceCardExpanded