We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4581b79 commit 74c8450Copy full SHA for 74c8450
1 file changed
docs/content/guide/module.ngdoc
@@ -190,7 +190,7 @@ modules require it.
190
Modules are a way of managing $injector configuration, and have nothing to do with loading of
191
scripts into a VM. There are existing projects which deal with script loading, which may be used
192
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.
+and thus script loaders can take advantage of this property and parallelize the loading process.
194
195
196
# Unit Testing
0 commit comments