Skip to content

Commit a0e3ae9

Browse files
alkavats1alan-agius4
authored andcommitted
docs: removed the duplicate words
(cherry picked from commit fff6a41)
1 parent 32e2b22 commit a0e3ae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9620,7 +9620,7 @@ the application may need to be updated to become Ivy compatible.
96209620
<h3>
96219621
@schematics/angular: remove `entryComponent` from `component` schematic (<a href="https://github.com/angular/angular-cli/commit/8582ddc35e153b8bc409d0505f29bc43e6cef455">8582ddc</a>)
96229622
</h3>
9623-
`entryComponent` option has been removed from the `component` schematic as this was intended to be used with the the now no longer supported ViewEngine rendering engine.
9623+
`entryComponent` option has been removed from the `component` schematic as this was intended to be used with the now no longer supported ViewEngine rendering engine.
96249624

96259625
<h3>
96269626
@angular-devkit/build-angular: remove view engine app-shell generation (<a href="https://github.com/angular/angular-cli/commit/1c2aeeb46a23fd511c89f9c8800ac2a5ab0c2734">1c2aeeb</a>)
@@ -11302,7 +11302,7 @@ the application may need to be updated to become Ivy compatible.
1130211302
<h3>
1130311303
@schematics/angular: remove `entryComponent` from `component` schematic (<a href="https://github.com/angular/angular-cli/commit/8582ddc35e153b8bc409d0505f29bc43e6cef455">8582ddc</a>)
1130411304
</h3>
11305-
`entryComponent` option has been removed from the `component` schematic as this was intended to be used with the the now no longer supported ViewEngine rendering engine.
11305+
`entryComponent` option has been removed from the `component` schematic as this was intended to be used with the now no longer supported ViewEngine rendering engine.
1130611306

1130711307
<h3>
1130811308
@angular-devkit/build-angular: remove view engine app-shell generation (<a href="https://github.com/angular/angular-cli/commit/1c2aeeb46a23fd511c89f9c8800ac2a5ab0c2734">1c2aeeb</a>)

tools/defaults.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def pkg_npm(name, pkg_deps = [], use_prodmode_output = False, **kwargs):
8787
deps = kwargs.pop("deps", [])
8888

8989
# The `pkg_npm` rule brings in devmode (`JSModuleInfo`) and prodmode (`JSEcmaScriptModuleInfo`)
90-
# output into the the NPM package We do not intend to ship the prodmode ECMAScript `.mjs`
90+
# output into the NPM package We do not intend to ship the prodmode ECMAScript `.mjs`
9191
# files, but the `JSModuleInfo` outputs (which correspond to devmode output). Depending on
9292
# the `use_prodmode_output` macro attribute, we either ship the ESM output of dependencies,
9393
# or continue shipping the devmode ES5 output.

0 commit comments

Comments
 (0)