doc(guide/module): fix typo

This commit is contained in:
Igor Minar 2012-03-23 16:57:24 -07:00
parent 4581b79bbd
commit 74c84501ed

View file

@ -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