From cf3f2d6f786e86933d507fc9c84779b62cc6972a Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:45:59 +0100 Subject: [PATCH] Update site/content/tutorial/06-bindings/05-textarea-inputs/text.md --- site/content/tutorial/06-bindings/05-textarea-inputs/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `