Skip to content

Commit f3f65ad

Browse files
authored
docs: improve the spec file by removing duplicate word (#27558)
1 parent 6b4ca45 commit f3f65ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/portal/portal.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('Portals', () => {
219219
fixture.detectChanges();
220220
templatePortal.attach(testAppComponent.portalOutlet, {$implicit: {status: 'rotten'}});
221221
fixture.detectChanges();
222-
// Expect that the content of the attached portal is present and and context given via the
222+
// Expect that the content of the attached portal is present and context given via the
223223
// attach method is projected and get precedence over constructor context
224224
expect(hostContainer.textContent).toContain('Banana - rotten!');
225225
});

0 commit comments

Comments
 (0)