From 630c19f1131a73b9fba2c4a897fbd6d7b3b90d93 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 14 Nov 2025 07:19:15 -0800 Subject: [PATCH 1/2] fix typo (tempolates -> templates) --- .../blog/2025-11-01-whats-new-in-svelte-november-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md b/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md index 7c773f093..976c5e5a0 100644 --- a/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md +++ b/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md @@ -72,7 +72,7 @@ _To Read / Watch_ - [svelte-o-phone](https://github.com/kevwpl/svelte-o-phone) is a flexible, headless phone number input component powered by `libphonenumber-js` - [motion-svelte](https://github.com/hanielu/motion-svelte) is an attempt to bring a Motion (formerly known as Framer Motion) to Svelte - [better-captcha](https://github.com/LuggaPugga/better-captcha/) provides framework-agnostic wrappers for a bunch of captcha providers -- [svelte-runtime-template](https://www.npmjs.com/package/svelte-runtime-template) is a lightweight Svelte component for handling tempolates at runtime with curly brace subsitutions in text content +- [svelte-runtime-template](https://www.npmjs.com/package/svelte-runtime-template) is a lightweight Svelte component for handling templates at runtime with curly brace subsitutions in text content - [RetroUI](https://retroui-svelte.netlify.app/) is a copy/pastable component library built for Svelte with `shadcn-svelte` - [Skeleton](https://github.com/skeletonlabs/skeleton/discussions/3920) - the Svelte-native component library - just released its v5 version with a ton of quality of life improvements - [Tanstack Query Svelte v6](https://tanstack.com/query/latest/docs/framework/svelte/migrate-from-v5-to-v6) is now based on the runes syntax From 1391c0b897051ea327ccb44229578a9e7df01b99 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 14 Nov 2025 07:20:54 -0800 Subject: [PATCH 2/2] fix typo: subsitutions -> substitutions --- .../blog/2025-11-01-whats-new-in-svelte-november-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md b/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md index 976c5e5a0..48e55a188 100644 --- a/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md +++ b/apps/svelte.dev/content/blog/2025-11-01-whats-new-in-svelte-november-2025.md @@ -72,7 +72,7 @@ _To Read / Watch_ - [svelte-o-phone](https://github.com/kevwpl/svelte-o-phone) is a flexible, headless phone number input component powered by `libphonenumber-js` - [motion-svelte](https://github.com/hanielu/motion-svelte) is an attempt to bring a Motion (formerly known as Framer Motion) to Svelte - [better-captcha](https://github.com/LuggaPugga/better-captcha/) provides framework-agnostic wrappers for a bunch of captcha providers -- [svelte-runtime-template](https://www.npmjs.com/package/svelte-runtime-template) is a lightweight Svelte component for handling templates at runtime with curly brace subsitutions in text content +- [svelte-runtime-template](https://www.npmjs.com/package/svelte-runtime-template) is a lightweight Svelte component for handling templates at runtime with curly brace substitutions in text content - [RetroUI](https://retroui-svelte.netlify.app/) is a copy/pastable component library built for Svelte with `shadcn-svelte` - [Skeleton](https://github.com/skeletonlabs/skeleton/discussions/3920) - the Svelte-native component library - just released its v5 version with a ton of quality of life improvements - [Tanstack Query Svelte v6](https://tanstack.com/query/latest/docs/framework/svelte/migrate-from-v5-to-v6) is now based on the runes syntax