From 687b8f58e35f8fd98974b654289cfac257096b94 Mon Sep 17 00:00:00 2001 From: Erick Vargas <4275190+eriandev@users.noreply.github.com> Date: Fri, 17 Nov 2023 06:14:53 -0500 Subject: [PATCH] docs: fix typo in Svelte 5 preview docs (#9507) intead -> instead --- .../src/routes/docs/content/03-appendix/02-breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md b/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md index 0b1976a9f8..26ae9903ed 100644 --- a/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md +++ b/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md @@ -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