Skip to content

Commit 9506d4b

Browse files
aanchal88clydin
authored andcommitted
docs: fix typos
1 parent b94958d commit 9506d4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/angular/cli/src/commands/add/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default class AddCommadModule
102102
} catch (error) {
103103
// During `ng add` prior to the downloading of the package
104104
// we are not able to resolve and create a collection.
105-
// Or when the the collection value is a path to a tarball.
105+
// Or when the collection value is a path to a tarball.
106106
}
107107

108108
return localYargs;

packages/angular_devkit/architect/src/architect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function _createJobHandlerFromBuilderInfo(
122122
}),
123123
);
124124
}),
125-
// Share subscriptions to the output, otherwise the the handler will be re-run.
125+
// Share subscriptions to the output, otherwise the handler will be re-run.
126126
shareReplay(),
127127
);
128128

tests/legacy-cli/e2e/tests/update/update-secure-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default async function () {
3737

3838
if (getActivePackageManager() === 'yarn') {
3939
// When running `ng update` using yarn (`yarn ng update`), yarn will set the `npm_config_registry` env variable to `https://registry.yarnpkg.com`
40-
// Validate the the registry in the RC is used.
40+
// Validate the registry in the RC is used.
4141
await createNpmConfigForAuthentication(true, true);
4242

4343
const error = await expectToFail(() => exec('yarn', 'ng', 'update', ...extraArgs));

0 commit comments

Comments
 (0)