Merge pull request #2179 from fiskgrodan/patch-2

Fix textarea tutorial example code
pull/2132/head
Rich Harris 7 years ago committed by GitHub
commit d247244354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,5 +5,5 @@ title: Textarea inputs
The `<textarea>` element behaves similarly to a text input in Svelte — use `bind:value`: The `<textarea>` element behaves similarly to a text input in Svelte — use `bind:value`:
```html ```html
<textarea bind:value={markdown}></textarea <textarea bind:value={markdown}></textarea>
``` ```

Loading…
Cancel
Save