aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_07.ngdoc
diff options
context:
space:
mode:
authorrodbv2013-08-18 10:21:08 -0300
committerIgor Minar2013-08-21 02:09:19 -0700
commitd40884d1b0ce3a393054307a4857689e16016217 (patch)
tree88984e30badbd71b07c9a09ea269280cb3a5af6e /docs/content/tutorial/step_07.ngdoc
parent637c9b1611c5a75a42048ee1c591521c7031751a (diff)
downloadangular.js-d40884d1b0ce3a393054307a4857689e16016217.tar.bz2
docs(tutorial): update step_07.ngdoc
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer. Closes #3641
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
-rw-r--r--docs/content/tutorial/step_07.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index 3b1f66c2..ea46f5ef 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -62,7 +62,7 @@ service, the `$routeProvider` exposes APIs that allow you to define routes for y
Angular modules solve the problem of removing global state from the application and provide a way
of configuring the injector. As opposed to AMD or require.js modules, Angular modules don't try to
-solve the problem of script load ordering or lazy script fetching. These goals are orthogonal and
+solve the problem of script load ordering or lazy script fetching. These goals are totally independent and
both module systems can live side by side and fulfil their goals.
## The App Module