docs: fix typo in Svelte 5 preview docs (#9507)

intead -> instead
pull/9492/head
Erick Vargas 1 year ago committed by GitHub
parent c827b0c772
commit 687b8f58e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ As before, you can disable whitespace trimming by setting the `preserveWhitespac
## More recent browser required
Svelte now use Mutation Observers intead of IFrames to measure dimensions for `bind:clientWidth/clientHeight/offsetWidth/offsetHeight`. It also no longer listens to the `change` event on range inputs. Lastly, the `legacy` option was removed (or rather, replaced with a different set of settings).
Svelte now use Mutation Observers instead of IFrames to measure dimensions for `bind:clientWidth/clientHeight/offsetWidth/offsetHeight`. It also no longer listens to the `change` event on range inputs. Lastly, the `legacy` option was removed (or rather, replaced with a different set of settings).
## Changes to compiler options

Loading…
Cancel
Save