We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c693e commit ba05b53Copy full SHA for ba05b53
src/cdk/overlay/overlay.ts
@@ -29,7 +29,7 @@ let nextUniqueId = 0;
29
30
/**
31
* 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,
+ * used as a low-level building block for other components. Dialogs, tooltips, menus,
33
* selects, etc. can all be built using overlays. The service should primarily be used by authors
34
* of re-usable components rather than developers building end-user applications.
35
*
0 commit comments