aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/introduction.ngdoc
diff options
context:
space:
mode:
authorBrian Ford2014-03-03 12:35:49 -0800
committerBrian Ford2014-03-03 12:35:49 -0800
commitd224f03ef4aebe80628d5195cf64db5c71627a24 (patch)
treea94a6bb300e50cfdb6b83ccc2d2af4c172f9c645 /docs/content/guide/introduction.ngdoc
parentfde61423cf13cb57be02a6f79581cb96c34335f9 (diff)
downloadangular.js-d224f03ef4aebe80628d5195cf64db5c71627a24.tar.bz2
docs(guide/introduction): reword for clarity
Diffstat (limited to 'docs/content/guide/introduction.ngdoc')
-rw-r--r--docs/content/guide/introduction.ngdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/guide/introduction.ngdoc b/docs/content/guide/introduction.ngdoc
index 2e83890d..c32d32c4 100644
--- a/docs/content/guide/introduction.ngdoc
+++ b/docs/content/guide/introduction.ngdoc
@@ -7,14 +7,14 @@
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. Out of the box, it eliminates much of the code you currently write through data
-binding and dependency injection. And it all happens in JavaScript within the browser, making it
+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
an ideal partner with any server technology.
Angular is what HTML would have been had it been designed for applications. HTML is a great
declarative language for static documents. It does not contain much in the way of creating
applications, and as a result building web applications is an exercise in *what do I have to do
-to trick the browser into doing what I want.*
+to trick the browser into doing what I want?*
The impedance mismatch between dynamic applications and static documents is often solved with: