Skip to content

Commit b9d5519

Browse files
authored
Merge pull request #811 from tsumuchan/main
fix: close tag in ModularizationLearningJourney.md
2 parents 9cd390c + a753427 commit b9d5519

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>Composite UI components and resources used by feature modules, such as the news feed. Unlike the <code>designsystem<code> module, it is dependent on the data layer since it renders models, like news resources.
174+
<td>Composite UI components and resources used by feature modules, such as the news feed. Unlike the <code>designsystem</code> 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)