Skip to content

Commit f6c1b9a

Browse files
johanchouquetjelbourn
authored andcommitted
docs(overlay): fix duplicated word (#9897)
1 parent 46876d6 commit f6c1b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/overlay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let nextUniqueId = 0;
2929

3030
/**
3131
* Service to create Overlays. Overlays are dynamically added pieces of floating UI, meant to be
32-
* used as a low-level building building block for other components. Dialogs, tooltips, menus,
32+
* used as a low-level building block for other components. Dialogs, tooltips, menus,
3333
* selects, etc. can all be built using overlays. The service should primarily be used by authors
3434
* of re-usable components rather than developers building end-user applications.
3535
*

0 commit comments

Comments
 (0)