From e1c01b257b8c35dfef8bdbcbe85ab5764436c67b Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 15 Jun 2023 18:25:06 +0100 Subject: [PATCH] Fix HTML/Markdown typo in `ModularizationLearningJourney.md` --- docs/ModularizationLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 3762cf04c..8cee53672 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 - 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. + 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