update docs

This commit is contained in:
Cory LaViska
2022-02-21 09:13:33 -05:00
parent b24ff33fe0
commit ddd5b581fa
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ export default class SlSelect extends LitElement {
@property() label = '';
/**
* The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel
* The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the panel
* inside of the viewport.
*/
@property() placement: 'top' | 'bottom' = 'bottom';