docs: fix typo in Svelte 5 preview docs

Fixes a small typo in https://svelte-5-preview.vercel.app/docs/breaking-changes#more-recent-browser-required
pull/9507/head
Erick Vargas 3 years ago committed by GitHub
parent c827b0c772
commit 52a56f2761
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