Skip to content

Commit b157a87

Browse files
authored
Fix typo in select.ts
1 parent dc2ba2a commit b157a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

select/internal/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export abstract class Select extends selectBaseClass {
212212
/**
213213
* Returns an array of selected options.
214214
*
215-
* NOTE: md-select only suppoprts single selection.
215+
* NOTE: md-select only supports single selection.
216216
*/
217217
get selectedOptions() {
218218
return (this.getSelectedOptions() ?? []).map(([option]) => option);

0 commit comments

Comments
 (0)