Skip to content

Commit 6beef14

Browse files
thapasusheeldgp1130
authored andcommitted
docs: fix the typo in multiple files
(cherry picked from commit 706483d)
1 parent 2cbec36 commit 6beef14

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ Alan Agius, Charles Lyding and Doug Parker
23872387
| [7fa3e6587](https://github.com/angular/angular-cli/commit/7fa3e6587955d0638929758d3c257392c242c796) | feat | support TypeScript 4.6.2 |
23882388
| [9e69331fa](https://github.com/angular/angular-cli/commit/9e69331fa61265c77d6281232bb64a2c63509290) | feat | use PNPM as package manager when `pnpm-lock.yaml` exists |
23892389
| [6f6b453fb](https://github.com/angular/angular-cli/commit/6f6b453fbf90adad16eba7ea8929a11235c1061b) | fix | `ng doc` doesn't open browser in Windows |
2390-
| [8e66c9188](https://github.com/angular/angular-cli/commit/8e66c9188be827380e5acda93c7e21fae718b9ce) | fix | `ng g` show descrption from `collection.json` if not present in `schema.json` |
2390+
| [8e66c9188](https://github.com/angular/angular-cli/commit/8e66c9188be827380e5acda93c7e21fae718b9ce) | fix | `ng g` show description from `collection.json` if not present in `schema.json` |
23912391
| [9edeb8614](https://github.com/angular/angular-cli/commit/9edeb86146131878c5e8b21b6adaa24a26f12453) | fix | add long description to `ng update` |
23922392
| [160cb0718](https://github.com/angular/angular-cli/commit/160cb071870602d9e7fece2ce381facb71e7d762) | fix | correctly handle `--search` option in `ng doc` |
23932393
| [d46cf6744](https://github.com/angular/angular-cli/commit/d46cf6744eadb70008df1ef25e24fb1db58bb997) | fix | display option descriptions during auto completion |
@@ -2999,9 +2999,9 @@ Doug Parker and iRealNirmal
29992999

30003000
### @ngtools/webpack
30013001

3002-
| Commit | Type | Description |
3003-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
3004-
| [b03b9eefe](https://github.com/angular/angular-cli/commit/b03b9eefeac77b93931803de208118e3a6c5a928) | perf | reduce redudant module rebuilds when cache is restored |
3002+
| Commit | Type | Description |
3003+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
3004+
| [b03b9eefe](https://github.com/angular/angular-cli/commit/b03b9eefeac77b93931803de208118e3a6c5a928) | perf | reduce redundant module rebuilds when cache is restored |
30053005

30063006
## Special Thanks
30073007

@@ -3023,9 +3023,9 @@ Alan Agius, Cédric Exbrayat, Derek Cormier and Doug Parker
30233023

30243024
### @ngtools/webpack
30253025

3026-
| Commit | Type | Description |
3027-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
3028-
| [f31d7f79d](https://github.com/angular/angular-cli/commit/f31d7f79dfa8f997fecdcfec1ebc6cfbe657f3fb) | perf | reduce redudant module rebuilds when cache is restored |
3026+
| Commit | Type | Description |
3027+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
3028+
| [f31d7f79d](https://github.com/angular/angular-cli/commit/f31d7f79dfa8f997fecdcfec1ebc6cfbe657f3fb) | perf | reduce redundant module rebuilds when cache is restored |
30293029

30303030
## Special Thanks
30313031

@@ -3360,7 +3360,7 @@ npm install classlist.js web-animations-js --save
33603360
});
33613361
```
33623362

3363-
- The automatic inclusion of Angular-required ES2015 polyfills to support ES5 browsers has been removed. Previously when targetting ES5 within the application's TypeScript configuration or listing an ES5 requiring browser in the browserslist file, Angular-required polyfills were included in the built application. However, with Angular no longer supporting IE11, there are now no browsers officially supported by Angular that would require these polyfills. As a result, the automatic inclusion of these ES2015 polyfills has been removed. Any polyfills manually added to an application's code are not affected by this change.
3363+
- The automatic inclusion of Angular-required ES2015 polyfills to support ES5 browsers has been removed. Previously when targeting ES5 within the application's TypeScript configuration or listing an ES5 requiring browser in the browserslist file, Angular-required polyfills were included in the built application. However, with Angular no longer supporting IE11, there are now no browsers officially supported by Angular that would require these polyfills. As a result, the automatic inclusion of these ES2015 polyfills has been removed. Any polyfills manually added to an application's code are not affected by this change.
33643364

33653365
- With this change a number of deprecated dev-server builder options which proxied to the browser builder have been removed. These options should be configured in the browser builder instead.
33663366

@@ -3761,7 +3761,7 @@ Alan Agius and Charles Lyding
37613761
| [fefd6d042](https://github.com/angular/angular-cli/commit/fefd6d04213e61d3f48c0484d8c6a8dcff1ecd34) | perf(@angular-devkit/build-angular): use `esbuild` as a CSS optimizer for component styles |
37623762
| [18cfa0431](https://github.com/angular/angular-cli/commit/18cfa04317230f934ccba798c080543bb389725f) | feat(@angular-devkit/build-angular): add support to inline Adobe Fonts |
37633763
| [9a751f0f8](https://github.com/angular/angular-cli/commit/9a751f0f81919d67f5eeeaecbe807d5c216f6a7a) | fix(@angular-devkit/build-angular): handle `ENOENT` and `ENOTDIR` errors when deleting outputs |
3764-
| [41e645792](https://github.com/angular/angular-cli/commit/41e64579213b9d4a7c976ea45daa6b32d980df10) | fix(@angular-devkit/build-angular): downlevel `for await...of` when targetting ES2018+ |
3764+
| [41e645792](https://github.com/angular/angular-cli/commit/41e64579213b9d4a7c976ea45daa6b32d980df10) | fix(@angular-devkit/build-angular): downlevel `for await...of` when targeting ES2018+ |
37653765
| [070a13364](https://github.com/angular/angular-cli/commit/070a1336478d721bbbb474622f50fab455cda26c) | fix(@angular-devkit/build-angular): configure webpack target in common configuration |
37663766
| [da32daa75](https://github.com/angular/angular-cli/commit/da32daa75d08d4be177af5fa16088398d7fb427b) | perf(@angular-devkit/build-angular): use combination of `esbuild` and `terser` as a JavaScript optimizer |
37673767
| [6a2b11906](https://github.com/angular/angular-cli/commit/6a2b11906e4173562a82b3654ff662dd05513049) | perf(@angular-devkit/build-angular): cache JavaScriptOptimizerPlugin results |
@@ -4567,7 +4567,7 @@ Alan Agius, Charles Lyding, Joey Perrott, Terence D. Honles
45674567
</a>
45684568
</td>
45694569

4570-
<td>downlevel `for await...of` when targetting ES2018+</td>
4570+
<td>downlevel `for await...of` when targeting ES2018+</td>
45714571

45724572
<td>
45734573
<a href="https://github.com/angular/angular-cli/issues/21196">
@@ -4758,7 +4758,7 @@ Alan Agius, Charles Lyding, Doug Parker
47584758
</a>
47594759
</td>
47604760

4761-
<td>downlevel `for await...of` when targetting ES2018+</td>
4761+
<td>downlevel `for await...of` when targeting ES2018+</td>
47624762

47634763
<td>
47644764
<a href="https://github.com/angular/angular-cli/issues/21196">
@@ -5093,7 +5093,7 @@ Alan Agius, Charles Lyding, Doug Parker, Vaibhav Singh, Joey Perrott, twerske, D
50935093
</a>
50945094
</td>
50955095

5096-
<td>suppport using TypeScript 4.3</td>
5096+
<td>support using TypeScript 4.3</td>
50975097

50985098
<td>
50995099
</td>
@@ -5746,7 +5746,7 @@ Alan Agius, Joey Perrott
57465746
</a>
57475747
</td>
57485748

5749-
<td>suppport using TypeScript 4.3</td>
5749+
<td>support using TypeScript 4.3</td>
57505750

57515751
<td>
57525752
</td>
@@ -9161,7 +9161,7 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa
91619161
</a>
91629162
</td>
91639163

9164-
<td>Support XDG Base Directory Specfication</td>
9164+
<td>Support XDG Base Directory Specification</td>
91659165

91669166
<td>
91679167
</td>
@@ -10691,7 +10691,7 @@ Alan Agius, Charles Lyding, Keen Yee Liau, Sam Bulatov, Doug Parker
1069110691
</a>
1069210692
</td>
1069310693

10694-
<td>Support XDG Base Directory Specfication</td>
10694+
<td>Support XDG Base Directory Specification</td>
1069510695

1069610696
<td>
1069710697
</td>

docs/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In order to debug some Angular CLI behaviour using Visual Studio Code, you can r
133133

134134
Then you can add breakpoints in `dist/@angular` files.
135135

136-
For more informations about Node.js debugging in VS Code, see the related [VS Code Documentation](https://code.visualstudio.com/docs/nodejs/nodejs-debugging).
136+
For more information about Node.js debugging in VS Code, see the related [VS Code Documentation](https://code.visualstudio.com/docs/nodejs/nodejs-debugging).
137137

138138
## CPU Profiling
139139

docs/design/ngConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Instead of polluting the package file, a `.angular-cli.json` file will be create
2020

2121
## Fallback
2222

23-
There should be two `.angular-cli.json` files; one for the project and a general one. The general one should contain information that can be useful when scaffolding new apps, or informations about the user.
23+
There should be two `.angular-cli.json` files; one for the project and a general one. The general one should contain information that can be useful when scaffolding new apps, or information about the user.
2424

2525
The project `.angular-cli.json` goes into the project root. The global configuration should live at `$HOME/.angular-cli.json`.
2626

docs/process/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The caretaker should triage issues, merge PR, and sheppard the release.
1313

1414
Caretaker rotation can be found
1515
[here](https://rotations.corp.google.com/rotation/5117919353110528) and individual shifts can
16-
be modified as necessary to accomodate caretaker's schedules. This automatically syncs to a
16+
be modified as necessary to accommodate caretaker's schedules. This automatically syncs to a
1717
Google Calendar
1818
[here](https://calendar.google.com/calendar/u/0/[email protected]).
1919
Click the "+" button in the bottom right to add it to your calendar to see shifts alongside the
@@ -28,7 +28,7 @@ The primary is also responsible for releasing
2828
[Angular Universal](https://github.com/angular/universal/), but _not_ responsible for merging
2929
PRs.
3030

31-
At the end of each caretaker's rotation, the primary should peform a handoff in which they
31+
At the end of each caretaker's rotation, the primary should perform a handoff in which they
3232
provide information to the next caretaker about the current state of the repository and update
3333
the access group to now include the next caretakers. To perform this update to the access group,
3434
the caretaker can run:

docs/specifications/schematic-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Prompts have several different types which provide the ability to display an inp
5858

5959
When using the _shorthand_ form, the most appropriate type will automatically be selected based on the property's schema. In the example, the `name` prompt will use an `input` type because it is a `string` property. The `useColor` prompt will use a `confirmation` type because it is a boolean property with `yes` corresponding to `true` and `no` corresponding to `false`.
6060

61-
It is also important that the response from the user conforms to the contraints of the property. By specifying constraints using the JSON schema, the prompt runtime will automatically validate the response provided by the user. If the value is not acceptable, the user will be asked to enter a new value. This ensures that any values passed to the schematic will meet the expectations of the schematic's implementation and removes the need to add additional checks within the schematic's code.
61+
It is also important that the response from the user conforms to the constraints of the property. By specifying constraints using the JSON schema, the prompt runtime will automatically validate the response provided by the user. If the value is not acceptable, the user will be asked to enter a new value. This ensures that any values passed to the schematic will meet the expectations of the schematic's implementation and removes the need to add additional checks within the schematic's code.
6262

6363
## Configuration Reference
6464

0 commit comments

Comments
 (0)