From 74c84501ed72782b2e46492d1ded30f51ab31176 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 23 Mar 2012 16:57:24 -0700 Subject: doc(guide/module): fix typo --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/module.ngdoc') 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 -- cgit v1.2.3