aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tuts2013-09-28 15:16:36 +0200
committerPete Bacon Darwin2013-09-28 15:05:43 +0100
commitd745df7e5f357781dd667d7566e81573734eec13 (patch)
tree55b7cfecf7ac20ec3c4f2b91c4b6e65259aed9aa
parent53b444419c5f6a6b69691281c405326d35931fb7 (diff)
downloadangular.js-d745df7e5f357781dd667d7566e81573734eec13.tar.bz2
docs(guide/overview): fix typo
Closes #4188
-rw-r--r--docs/content/guide/overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc
index 6f51bf7d..48981d6d 100644
--- a/docs/content/guide/overview.ngdoc
+++ b/docs/content/guide/overview.ngdoc
@@ -151,7 +151,7 @@ into output that looks like money."
Notice that we achieved this application behavior not by calling Angular methods, nor by
implementing application specific behavior as a framework. We achieved the behavior because the
-browser behaved more in line with what is needed for a dynamic web application rather then what is
+browser behaved more in line with what is needed for a dynamic web application rather than what is
needed for a static document. Angular has lowered the impedance mismatch to the point where no
library/framework calls are needed.