From 4f845437a85aa8ab417aff8212feac216955cc93 Mon Sep 17 00:00:00 2001 From: Thomas Tuts Date: Sat, 28 Sep 2013 15:16:36 +0200 Subject: docs(guide/overview): fix typo Closes #4188 --- docs/content/guide/overview.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index 0a6494e2..9dc891bd 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. -- cgit v1.2.3