Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cd8b78e

Browse files
jergasonIgorMinar
authored andcommitted
docs(guide): fix run-on sentence in modules guide
1 parent 8891757 commit cd8b78e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/content/guide/module.ngdoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# What is a Module?
66

77
Most applications have a main method which instantiates, wires, and bootstraps the application.
8-
Angular apps don't have a main method, instead modules serve the purpose of declaratively
9-
specifying how an application should be bootstrapped. There are several advantages to this
10-
approach:
8+
Angular apps don't have a main method. Instead modules declaratively specify how an application
9+
should be bootstrapped. There are several advantages to this approach:
1110

1211
* The process is more declarative which is easier to understand
1312
* In unit-testing there is no need to load all modules, which may aid in writing unit-tests.

0 commit comments

Comments
 (0)