Skip to content

Commit a5017b2

Browse files
authored
[docs] correct Part 1 / Bindings / Select bindings code line (sveltejs#162)
1 parent eab1cca commit a5017b2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/06-bindings/06-select-bindings

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/06-bindings/06-select-bindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Select bindings
33
---
44

5-
We can also use `bind:value` with `<select>` elements. Update line 20:
5+
We can also use `bind:value` with `<select>` elements. Update line 32:
66

77
```svelte
88
<select bind:value={selected} on:change="{() => answer = ''}">

0 commit comments

Comments
 (0)