Skip to content

Commit 0efafb0

Browse files
committed
docs(overview/modules): english typo fix
1 parent e7652d9 commit 0efafb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The module **encapsulates** providers by default. This means that it's impossibl
1919

2020
#### Feature modules
2121

22-
The `CatsController` and `CatsService` belong to the same application domain. As they are closely related, it makes sense to move them into a feature module. A feature module simply organizes code relevant for a specific feature, keeping code organized and establishing clear boundaries. This helps us manage complexity and develop with [SOLID](https://en.wikipedia.org/wiki/SOLID) principles, especially as the size of the application and/or team grow.
22+
The `CatsController` and `CatsService` belong to the same application domain. As they are closely related, it makes sense to move them into a feature module. A feature module simply organizes code relevant for a specific feature, keeping code organized and establishing clear boundaries. This helps us manage complexity and develop with [SOLID](https://en.wikipedia.org/wiki/SOLID) principles, especially as the size of the application and/or team grows.
2323

2424
To demonstrate this, we'll create the `CatsModule`.
2525

0 commit comments

Comments
 (0)