Fix: Correct heading for core modules

This commit corrects a typo in the heading for the "Core modules" section in the documentation.
pull/2007/head
Don Turner 1 week ago
parent 9d58c9a36a
commit ed01cfdbde

@ -85,9 +85,7 @@ These are common library modules containing auxiliary code and specific dependen
### Miscellaneous modules
For example, `sync`, `benchmark` and `test` modules, as well as `app-nia-catalog` - a catalog app for displaying our design system quickly.
## Modules
Using the above modularization strategy, the Now in Android app has the following modules:
## Module examples
<table>
<tr>
@ -117,8 +115,7 @@ Using the above modularization strategy, the Now in Android app has the followin
<code>:interests:impl</code> module uses to navigate from the <code>InterestsScreen</code> to the <code>TopicScreen</code> when
a topic is clicked.
</td>
<td><code>TopicScreen</code><br>
<code>TopicViewModel</code>
<td><code>TopicNavKey</code>
</td>
</tr>
<tr>

Loading…
Cancel
Save