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.