[docs] convert spaces to tabs

pull/6878/head
Ben McCann 3 years ago committed by GitHub
parent 64435d1553
commit b8efbb4cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,8 +12,8 @@ Now we can programmatically interact with this component using `field`.
```html
<button on:click="{() => field.focus()}">
Focus field
Focus field
</button>
```
> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error.
> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error.

Loading…
Cancel
Save