You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes the duplicate `and` found in the `Support for the development cycle` section part of the getting started guide. Fixesangular#37060 PR Closeangular#37067
Copy file name to clipboardExpand all lines: aio/content/guide/architecture-next-steps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ For some platforms and applications, you might also want to use the PWA (Progres
52
52
53
53
## Support for the development cycle
54
54
55
-
The **Development Workflow** section describes the tools and processes you use to compile, test, and and deploy Angular applications.
55
+
The **Development Workflow** section describes the tools and processes you use to compile, test, and deploy Angular applications.
56
56
57
57
*[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.
0 commit comments