From aea9ee1e84583625cca19eb50fdbe745f7735f3a Mon Sep 17 00:00:00 2001 From: catrawalkar Date: Wed, 31 Oct 2018 05:33:12 +0530 Subject: [PATCH] updated alternative text (#32434) --- 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 95b94cb61e..fe3c5fc1d6 100644 --- a/guide/english/angular/index.md +++ b/guide/english/angular/index.md @@ -6,7 +6,7 @@ title: Angular ## Angular -![alt text](https://angular.io/assets/images/logos/angular/angular.png) +![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.