Skip to content

Commit 1a589ce

Browse files
NothingEverHappensmmalerba
authored andcommitted
docs(overlay): Minor comment fix in overlay.ts (#17329)
1 parent 442ec30 commit 1a589ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdk/overlay/overlay.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import {ScrollStrategyOptions} from './scroll/index';
2929
/** Next overlay unique ID. */
3030
let nextUniqueId = 0;
3131

32-
// Note that Overlay is *not* scoped to the app root because the ComponentFactoryResolver
33-
// it needs is different based on where OverlayModule is imported.
32+
// Note that Overlay is *not* scoped to the app root because the of the ComponentFactoryResolver
33+
// which needs to be different depending on where OverlayModule is imported.
3434

3535
/**
3636
* Service to create Overlays. Overlays are dynamically added pieces of floating UI, meant to be

0 commit comments

Comments
 (0)