From a3f52395635308a2904c83b289658a81af6bd5e2 Mon Sep 17 00:00:00 2001 From: erikrahm Date: Mon, 6 Oct 2014 15:03:01 -0500 Subject: [PATCH] docs(misc/FAQ): Grammatical Error Fixes --- docs/content/misc/faq.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 867760b039e6..8aa69e9602a2 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -22,7 +22,7 @@ So it's definitely not a plugin or some other native browser extension. ### Is AngularJS a templating system? -At the highest level, Angular does look like a just another templating system. But there is one +At the highest level, Angular does look like just another templating system. But there is one important reason why the Angular templating system is different, that makes it very good fit for application development: bidirectional data binding. The template is compiled in the browser and the compilation step produces a live view. This means you, the developers, don't need to write @@ -39,7 +39,7 @@ for server-side communication. AngularJS was designed to be compatible with other security measures like Content Security Policy (CSP), HTTPS (SSL/TLS) and server-side authentication and authorization that greatly reduce the -possible attack vectors and we highly recommended their use. +possible attack vectors and we highly recommend their use. ### Can I download the source, build, and host the AngularJS environment locally?