From 5966da6f322187f521babd3c8d2e855935287a6e Mon Sep 17 00:00:00 2001 From: Mike Randazzo Date: Wed, 22 Feb 2023 10:09:06 -0800 Subject: [PATCH] Update text.md I am not a good developer, and I spent a long time trying to figure out the difference between the code with and without the bind. It probably seems clear that I should've figured it out, but adding a statement to show how to invoke the changes might help another person like me. A prompt to type in the DOM could help somebody more quickly pass this level. --- site/content/tutorial/06-bindings/05-textarea-inputs/text.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 42763200c7..d314ccc6aa 100644 --- a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md +++ b/site/content/tutorial/06-bindings/05-textarea-inputs/text.md @@ -1,8 +1,7 @@ --- title: Textarea inputs --- - -The ` @@ -14,4 +13,4 @@ In cases like these, where the names match, we can also use a shorthand form: ``` -This applies to all bindings, not just textareas. \ No newline at end of file +This applies to all bindings, not just textareas.