Skip to content

Commit 687b8f5

Browse files
authored
docs: fix typo in Svelte 5 preview docs (#9507)
intead -> instead
1 parent c827b0c commit 687b8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ As before, you can disable whitespace trimming by setting the `preserveWhitespac
4444

4545
## More recent browser required
4646

47-
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).
47+
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).
4848

4949
## Changes to compiler options
5050

0 commit comments

Comments
 (0)