From fef09384aa655d8256cee1b367be8be3b4387deb Mon Sep 17 00:00:00 2001 From: ShivashMahespalsingh Date: Sat, 3 Nov 2018 22:46:59 -0400 Subject: [PATCH] Added grammatical correction and explanation (#26449) * Added grammatical correction and explanation - Added apostrophe for Single Page Web Application's - Added the meaning for the MVC abbreviation * Addressed suggested changes --- guide/english/angular/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/angular/index.md b/guide/english/angular/index.md index fe3c5fc1d6..81c6f5a0de 100644 --- a/guide/english/angular/index.md +++ b/guide/english/angular/index.md @@ -8,7 +8,7 @@ title: Angular ## Angular ![angular logo](https://angular.io/assets/images/logos/angular/angular.png) -AngularJS (versions 1.x) is a JavaScript based open source Framework. It is cross platform and used to develop Single Page Web Application (SPWA). AngularJS implements the MVC pattern to separate the logic , presentation and data components. It also uses dependency injection to make use of server-side services in client side applications. +AngularJS (versions 1.x) is a JavaScript based open source Framework. It is cross platform and used to develop Single Page Web Applications (SPWA). AngularJS implements the Model-View-Controller(MVC) pattern to separate the logic, presentation and data components. It also uses dependency injection to make use of server-side services in client side applications. Angular(versions 2.x and up) is a Typescript based open source framework to develop front-end Web application. Angular has following features like generics, static-typing and also some ES6 features.