chore: fix issues found in markdown files by linters

This commit is contained in:
Joren Broekema 2019-06-04 14:07:22 +02:00 committed by Mikhail Bashkirov
parent 1114500103
commit 0460cebe27
2 changed files with 9 additions and 9 deletions

View file

@ -42,11 +42,11 @@ import '@lion/select/lion-select.js';
``` ```
You can preselect an option by setting the property modelValue. You can preselect an option by setting the property modelValue.
```html ```html
<lion-select <lion-select
name="favoriteColor" name="favoriteColor"
.modelValue="${'<value of option 2>'}" .modelValue="${'<value of option 2>'}"
> >
... ...
</lion-select> </lion-select>
``` ```