diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md b/site/content/tutorial/06-bindings/05-textarea-inputs/text.md index d314ccc6aa..d9a08eee91 100644 --- a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md +++ b/site/content/tutorial/06-bindings/05-textarea-inputs/text.md @@ -1,7 +1,7 @@ --- title: Textarea inputs --- -Similar to the text input in Svelte, a two-way binding will allow the user to update the value variable when information is updated in the textarea in the DOM. Try typing in the textarea, and then use 'bind:value': +The `