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

Commit 0d8a95a

Browse files
yeonshpkozlowski-opensource
authored andcommitted
docs(module): fix typo
1 parent ab755a2 commit 0d8a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ignored in the unit-tests.
180180

181181
Modules can list other modules as their dependencies. Depending on a module implies that required
182182
module needs to be loaded before the requiring module is loaded. In other words the configuration
183-
blocks of the required modules execute before the configuration blocks or the requiring module.
183+
blocks of the required modules execute before the configuration blocks of the requiring module.
184184
The same is true for the run blocks. Each module can only be loaded once, even if multiple other
185185
modules require it.
186186

0 commit comments

Comments
 (0)