From ce39755937c6c755a3b0723ee80d512b527197ad Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Tue, 12 May 2020 07:25:35 -0400 Subject: [PATCH] docs: Remove duplicate `and` (#37067) This commit removes the duplicate `and` found in the `Support for the development cycle` section part of the getting started guide. Fixes #37060 PR Close #37067 --- aio/content/guide/architecture-next-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture-next-steps.md b/aio/content/guide/architecture-next-steps.md index 33ccf67485..4ffd41dc44 100644 --- a/aio/content/guide/architecture-next-steps.md +++ b/aio/content/guide/architecture-next-steps.md @@ -52,7 +52,7 @@ For some platforms and applications, you might also want to use the PWA (Progres ## Support for the development cycle -The **Development Workflow** section describes the tools and processes you use to compile, test, and and deploy Angular applications. +The **Development Workflow** section describes the tools and processes you use to compile, test, and deploy Angular applications. * [CLI Command Reference](cli): The Angular CLI is a command-line tool that you use to create projects, generate application and library code, and perform a variety of ongoing development tasks such as testing, bundling, and deployment.