Skip to content

Commit 24daf1f

Browse files
committed
docs: clarify explanation in Numeric inputs section
1 parent a61f12f commit 24daf1f

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/01-svelte/06-bindings/01-text-inputs

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/01-svelte/06-bindings/01-text-inputs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Instead, we can use the `bind:value` directive:
1313
<input +++bind:+++value={name}>
1414
```
1515

16-
This means that not only will changes to the value of `name` update the input value, but changes to the input value will update `name`.
16+
This means that changes to the value of `name` update the input, and changes to the input update `name`.

0 commit comments

Comments
 (0)