Skip to content

Commit 8234738

Browse files
aanchal88pkozlowski-opensource
authored andcommitted
docs: removed duplicated words (#50648)
PR Close #50648
1 parent 2d66e93 commit 8234738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compiler-cli/test/compliance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ and a path to an `expected` file (relative to the test case).
9696
The `generated` file is checked to see if it "matches" the `expected` file. The matching is
9797
resilient to whitespace and variable name changes.
9898

99-
If no `files` property is provided, the default is a a collection of objects `{expected, generated}`,
99+
If no `files` property is provided, the default is a collection of objects `{expected, generated}`,
100100
where `expected` and `generated` are computed by taking each path in the `inputFiles` collection
101101
and replacing the `.ts` extension with `.js`.
102102

packages/language-service/src/references_and_rename.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class RenameBuilder {
276276
if (!isDirectRenameContext(renameRequest)) {
277277
// Discard any non-template results for non-direct renames. We should only rename
278278
// template results + the name/selector/alias `ts.Expression`. The other results
279-
// will be the the `ts.Identifier` of the transform method (pipe rename) or the
279+
// will be the `ts.Identifier` of the transform method (pipe rename) or the
280280
// directive class (selector rename).
281281
continue;
282282
}

0 commit comments

Comments
 (0)