Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 10585f2

Browse files
phillycheezetraviskaufman
authored andcommitted
docs(select): Replace mdl-list class with mdc-list in documentation (#779)
Fixes #778
1 parent 8700537 commit 10585f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-select/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ on a mobile device. It does not require any javascript, nor any CSS for `mdc-men
181181
MDC-Web implements multi-select on top of the `<select multiple>` element.
182182

183183
```html
184-
<select multiple size="6" class="mdc-multi-select mdl-list" >
184+
<select multiple size="6" class="mdc-multi-select mdc-list" >
185185
<optgroup class="mdc-list-group" label="Starches">
186186
<option class="mdc-list-item">
187187
Potato

0 commit comments

Comments
 (0)