diff --git a/site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte b/site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte index f14332b398..a23b53c1d1 100644 --- a/site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte @@ -6,4 +6,4 @@ - + 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..7bfbd7d325 100644 --- a/site/content/tutorial/06-bindings/14-component-this/text.md +++ b/site/content/tutorial/06-bindings/14-component-this/text.md @@ -11,9 +11,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. \ No newline at end of file +``` \ No newline at end of file