From 0f0f34fb8a1ba178d55a97f3a01c8500ae16deb4 Mon Sep 17 00:00:00 2001 From: Teri Glover Date: Mon, 8 Mar 2021 23:31:33 +0000 Subject: [PATCH] docs: minor update to what is Angular topic (#41123) PR Close #41123 --- aio/content/guide/what-is-angular.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/what-is-angular.md b/aio/content/guide/what-is-angular.md index ebaaf35059..2bf52a0a03 100644 --- a/aio/content/guide/what-is-angular.md +++ b/aio/content/guide/what-is-angular.md @@ -8,7 +8,7 @@ Angular is a development platform, built on [TypeScript](https://www.typescriptl * A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more * A suite of developer tools to help you develop, build, test, and update your code -When you build applications with Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Angular is designed to make updating as easy as possible, so you can take advantage of the latest developments with a minimum of effort. Best of all, the Angular ecosystem consists of a diverse group of over 1.7 million developers, library authors, and content creators. +With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Angular is designed to make updating as easy as possible, so you can take advantage of the latest developments with a minimum of effort. Best of all, the Angular ecosystem consists of a diverse group of over 1.7 million developers, library authors, and content creators.
@@ -208,4 +208,4 @@ To see Angular in action, see our [Getting Started](https://angular.io/start) tu To explore Angular's capabilities further, we recommend reading through the sections, Understanding Angular and Developer Guides. -@reviewed 2021-03-02 +@reviewed 2021-03-08