Fix HTML/Markdown typo in `ModularizationLearningJourney.md`

pull/1837/head
Simon Marquis 2 years ago committed by GitHub
parent 88c0d4bc8a
commit e1c01b257b

@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin
<tr> <tr>
<td><code>core:ui</code> <td><code>core:ui</code>
</td> </td>
<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. <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.
</td> </td>
<td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code> <td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code>
</td> </td>

Loading…
Cancel
Save