From b8efbb4cca22fb62ba00228386872950d93c6582 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:28:44 -0700 Subject: [PATCH] [docs] convert spaces to tabs --- site/content/tutorial/06-bindings/14-component-this/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/06-bindings/14-component-this/text.md b/site/content/tutorial/06-bindings/14-component-this/text.md index 00af193604..68c8c05a46 100644 --- a/site/content/tutorial/06-bindings/14-component-this/text.md +++ b/site/content/tutorial/06-bindings/14-component-this/text.md @@ -12,8 +12,8 @@ Now we can programmatically interact with this component using `field`. ```html ``` -> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error. \ No newline at end of file +> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error.