Skip to content

Commit 1efd5d3

Browse files
NothingEverHappensjelbourn
authored andcommitted
chore(overlay): fix typo in overlay-ref comment (#17345)
1 parent 230403e commit 1efd5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/overlay-ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export class OverlayRef implements PortalOutlet, OverlayReference {
202202
// Remove this overlay from keyboard dispatcher tracking.
203203
this._keyboardDispatcher.remove(this);
204204

205-
// Keeping the host element in DOM the can cause scroll jank, because it still gets
205+
// Keeping the host element in the DOM can cause scroll jank, because it still gets
206206
// rendered, even though it's transparent and unclickable which is why we remove it.
207207
this._detachContentWhenStable();
208208

0 commit comments

Comments
 (0)