Skip to content

Commit 22247e1

Browse files
authored
Update docs/ModularizationLearningJourney.md
1 parent d2e5bd5 commit 22247e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ModularizationLearningJourney.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin
171171
<tr>
172172
<td><code>core:ui</code>
173173
</td>
174-
<td>UI components, composables and resources, used by different features.
174+
<td>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.
175175
</td>
176176
<td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code>
177177
</td>

0 commit comments

Comments
 (0)