From ed01cfdbde087b26697a0f2699beec62f8fb9758 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 3 Dec 2025 22:36:25 +0000 Subject: [PATCH] Fix: Correct heading for core modules This commit corrects a typo in the heading for the "Core modules" section in the documentation. --- docs/ModularizationLearningJourney.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 09e0100d2..f12d801ad 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -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 @@ -117,8 +115,7 @@ Using the above modularization strategy, the Now in Android app has the followin :interests:impl module uses to navigate from the InterestsScreen to the TopicScreen when a topic is clicked. -
TopicScreen
- TopicViewModel +
TopicNavKey