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

Commit 74c8450

Browse files
committed
doc(guide/module): fix typo
1 parent 4581b79 commit 74c8450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ modules require it.
190190
Modules are a way of managing $injector configuration, and have nothing to do with loading of
191191
scripts into a VM. There are existing projects which deal with script loading, which may be used
192192
with Angular. Because modules do nothing at load time they can be loaded into the VM in any order
193-
and thus script loaders can take advantage of this property and paralyze the loading process.
193+
and thus script loaders can take advantage of this property and parallelize the loading process.
194194

195195

196196
# Unit Testing

0 commit comments

Comments
 (0)