Skip to content

Commit

Permalink
Custom Control UI: fix quote syntax on a code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Jul 21, 2020
1 parent 61ad6cf commit 7b87f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ControlUICustomization/explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Consider the case where the control element itself has an explicitly set accessi

```html
<label for="my-range">My custom range</label>
<range id="my-range' value="10" min="0" max="20">
<range id="my-range" value="10" min="0" max="20">
<div slot="thumb" part="thumb"><svg><!-- Draw icon with SVG --></svg></div>
</range>
```
Expand Down

0 comments on commit 7b87f1f

Please sign in to comment.