Skip to content
Prev Previous commit
Next Next commit
fixup! docs: write slider section of mdc-migration guide
  • Loading branch information
wagnermaciel committed Nov 10, 2022
commit 8f7162e8d6fd8df038b160e3dabd4ba140411a03
2 changes: 1 addition & 1 deletion guides/v15-mdc-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ DOM and CSS of the components, you may need to tweak some of your application's
</mat-slider>
```

* The `<input>` elements now control the following properties:
* The `<input>` elements now control the following:
- `value`
- `percent`
- `valueText` is now replaced by the native input's aria-valuetext
Expand Down