diff --git a/src/cdk/overlay/overlay-ref.ts b/src/cdk/overlay/overlay-ref.ts index 6fa9f54b16f9..d28b619fd637 100644 --- a/src/cdk/overlay/overlay-ref.ts +++ b/src/cdk/overlay/overlay-ref.ts @@ -202,7 +202,7 @@ export class OverlayRef implements PortalOutlet, OverlayReference { // Remove this overlay from keyboard dispatcher tracking. this._keyboardDispatcher.remove(this); - // Keeping the host element in DOM the can cause scroll jank, because it still gets + // Keeping the host element in the DOM can cause scroll jank, because it still gets // rendered, even though it's transparent and unclickable which is why we remove it. this._detachContentWhenStable();