From 52a56f2761009e8490d6214fbe25b469750ee627 Mon Sep 17 00:00:00 2001 From: Erick Vargas <4275190+eriandev@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:32:09 -0500 Subject: [PATCH] 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 --- .../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