Skip to content

Commit 10495a8

Browse files
Ivaylo-KirovthePunderWoman
authored andcommitted
docs: Add missing period (angular#46799)
This adds a missing period in one documentation sentence. PR Close angular#46799
1 parent 55308f2 commit 10495a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/architecture-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction to modules
22

33
Angular applications are modular and Angular has its own modularity system called *NgModules*.
4-
NgModules are containers for a cohesive block of code dedicated to an application domain, a workflow, or a closely related set of capabilities
4+
NgModules are containers for a cohesive block of code dedicated to an application domain, a workflow, or a closely related set of capabilities.
55
They can contain components, service providers, and other code files whose scope is defined by the containing NgModule.
66
They can import functionality that is exported from other NgModules, and export selected functionality for use by other NgModules.
77

0 commit comments

Comments
 (0)