From 161d98e7f2b825a5df7dc93328b3a41d0a6fde4e Mon Sep 17 00:00:00 2001 From: Kam Date: Sun, 3 May 2026 12:40:13 +0300 Subject: [PATCH] docs: correct "Angular JS" to "AngularJS" "AngularJS" is the official product name for the v1.x line and is written as a single word. A few places in the docs and package READMEs used "Angular JS" with a space. This normalizes those references to the canonical spelling. (cherry picked from commit 8a7f955f0fd7484cfc23e6e3fe91453973908f1f) --- adev/src/content/best-practices/update.md | 6 +++--- adev/src/content/reference/releases.md | 2 +- packages/router/upgrade/PACKAGE.md | 2 +- packages/upgrade/PACKAGE.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/adev/src/content/best-practices/update.md b/adev/src/content/best-practices/update.md index 0e2cabdfa17..1a7cd0d0836 100644 --- a/adev/src/content/best-practices/update.md +++ b/adev/src/content/best-practices/update.md @@ -6,9 +6,9 @@ Keeping your Angular application up-to-date enables you to take advantage of lea This document contains information and resources to help you keep your Angular applications and libraries up-to-date. -For information about our versioning policy and practices —including support and deprecation practices, as well as the release schedule— see [Angular versioning and releases](reference/releases 'Angular versioning and releases'). +For information about our versioning policy and practices — including support and deprecation practices, as well as the release schedule — see [Angular versioning and releases](reference/releases 'Angular versioning and releases'). -HELPFUL: If you are currently using AngularJS, see [Upgrading from AngularJS](https://angular.io/guide/upgrade 'Upgrading from Angular JS'). +HELPFUL: If you are currently using AngularJS, see [Upgrading from AngularJS](https://angular.io/guide/upgrade 'Upgrading from AngularJS'). _AngularJS_ is the name for all v1.x versions of Angular. ## Getting notified of new releases @@ -30,7 +30,7 @@ To check your application's version of Angular use the `ng version` command from The most recent stable released version of Angular appears [on npm](https://www.npmjs.com/package/@angular/core 'Angular on npm') under "Version." For example, `16.2.4`. You can also find the most current version of Angular by using the CLI command [`ng update`](cli/update). -By default, [`ng update`](cli/update)(without additional arguments) lists the updates that are available to you. +By default, [`ng update`](cli/update) (without additional arguments) lists the updates that are available to you. ## Updating your environment and apps diff --git a/adev/src/content/reference/releases.md b/adev/src/content/reference/releases.md index 1f1303b8afe..d879edb835f 100644 --- a/adev/src/content/reference/releases.md +++ b/adev/src/content/reference/releases.md @@ -19,7 +19,7 @@ To make these transitions as straightforward as possible, the Angular team makes - We follow the deprecation policy described here, so you have time to update your applications to the latest APIs and best practices HELPFUL: The practices described in this document apply to Angular 2.0 and later. -If you are currently using AngularJS, see [Upgrading from AngularJS](https://angular.io/guide/upgrade 'Upgrading from Angular JS'). +If you are currently using AngularJS, see [Upgrading from AngularJS](https://angular.io/guide/upgrade 'Upgrading from AngularJS'). _AngularJS_ is the name for all v1.x versions of Angular. ## Angular versioning diff --git a/packages/router/upgrade/PACKAGE.md b/packages/router/upgrade/PACKAGE.md index 9cc66929876..ded040e182e 100644 --- a/packages/router/upgrade/PACKAGE.md +++ b/packages/router/upgrade/PACKAGE.md @@ -1 +1 @@ -Provides support for upgrading routing applications from Angular JS to Angular. +Provides support for upgrading routing applications from AngularJS to Angular. diff --git a/packages/upgrade/PACKAGE.md b/packages/upgrade/PACKAGE.md index 5db9d762e69..cc10336a7b9 100644 --- a/packages/upgrade/PACKAGE.md +++ b/packages/upgrade/PACKAGE.md @@ -1,4 +1,4 @@ -Provides support for upgrading applications from Angular JS to Angular. +Provides support for upgrading applications from AngularJS to Angular. The primary entry point is deprecated. Use the secondary entry point, `upgrade/static`.