Fixed typo in tutorial

Tutorial referenced wrong line number in markdown text.
pull/6302/head
Aleksandr White 5 years ago committed by GitHub
parent 086cff2272
commit f5cc5d8872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
title: Select bindings
---
We can also use `bind:value` with `<select>` elements. Update line 24:
We can also use `bind:value` with `<select>` elements. Update line 20:
```html
<select bind:value={selected} on:change="{() => answer = ''}">

Loading…
Cancel
Save