From f9370755d42ade0794896d3575a2d75f2543160c Mon Sep 17 00:00:00 2001 From: Bijan Boustani Date: Sat, 4 Oct 2014 17:22:31 -0400 Subject: [PATCH] docs(guide/introduction): fix grammar style 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. Closes #9428 --- 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 3fd33cc4f..f82ddc8ba 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