aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/module.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2012-03-23 16:57:24 -0700
committerIgor Minar2012-03-23 16:57:24 -0700
commit74c84501ed72782b2e46492d1ded30f51ab31176 (patch)
treef877d61aa5ae277dc6228b8f805cdea8e0fc559b /docs/content/guide/module.ngdoc
parent4581b79bbda74de7f4abc136187fe5574892b39c (diff)
downloadangular.js-74c84501ed72782b2e46492d1ded30f51ab31176.tar.bz2
doc(guide/module): fix typo
Diffstat (limited to 'docs/content/guide/module.ngdoc')
-rw-r--r--docs/content/guide/module.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc
index c2bbb692..560a3961 100644
--- a/docs/content/guide/module.ngdoc
+++ b/docs/content/guide/module.ngdoc
@@ -190,7 +190,7 @@ modules require it.
Modules are a way of managing $injector configuration, and have nothing to do with loading of
scripts into a VM. There are existing projects which deal with script loading, which may be used
with Angular. Because modules do nothing at load time they can be loaded into the VM in any order
-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.
# Unit Testing