From f318b18b6070e59d83aa651e19d198de4057264e Mon Sep 17 00:00:00 2001 From: Bijan Boustani Date: Sat, 4 Oct 2014 17:22:31 -0400 Subject: [PATCH] Update to introduction.ngdoc verbiage Changed "you would currently have to write" to "you would otherwise have to write". Seems to make more sense this way since "currently" presupposes that someone new to Angular would be coming from a different paradigm, which they may or may not be. --- docs/content/guide/introduction.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/introduction.ngdoc b/docs/content/guide/introduction.ngdoc index 3fd33cc4fd6c..f82ddc8ba0f3 100644 --- a/docs/content/guide/introduction.ngdoc +++ b/docs/content/guide/introduction.ngdoc @@ -9,7 +9,7 @@ AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you -currently have to write. And it all happens within the browser, making it +would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology. Angular is what HTML would have been had it been designed for applications. HTML is a great