Skip to content

Commit de719d5

Browse files
committed
updated modularity to reflect reusable modules across applications
1 parent 5d8077f commit de719d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
21222122
21232123
*Why?*: The main app module contains a quickly identifiable manifest of the application's features.
21242124
2125-
*Why?*: Each feature area contains a manifest of what it depends on, so it can be pulled in as a dependency and still work.
2125+
*Why?*: Each feature area contains a manifest of what it depends on, so it can be pulled in as a dependency in other applications and still work.
21262126
21272127
*Why?*: Intra-App features such as shared data services become easy to locate and share from within `app.core` (choose your favorite name for this module).
21282128

0 commit comments

Comments
 (0)