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 e389dbbacf..e562c165e7 100644 --- a/site/content/tutorial/06-bindings/14-component-this/text.md +++ b/site/content/tutorial/06-bindings/14-component-this/text.md @@ -15,9 +15,7 @@ Just as you can bind to DOM elements, you can bind to component instances themse 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.