From bb6fe3e189d848b66c20232922a905d0643dbdbf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 30 Apr 2024 10:43:07 -0400 Subject: [PATCH] tweak --- documentation/blog/2024-04-30-svelte-5-release-candidate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2024-04-30-svelte-5-release-candidate.md b/documentation/blog/2024-04-30-svelte-5-release-candidate.md index 8d4f9f1e1..2173e11f1 100644 --- a/documentation/blog/2024-04-30-svelte-5-release-candidate.md +++ b/documentation/blog/2024-04-30-svelte-5-release-candidate.md @@ -39,7 +39,7 @@ You can learn more about the new features from the [preview documentation](https The highlights include: -- [runes](/blog/runes), the new signal-powered reactivity API that sits at the heart of Svelte 5 and unlocks _universal reactivity_ +- [runes](/blog/runes), the new signal-powered reactivity API that sits at the heart of Svelte 5 and unlocks _universal, fine-grained reactivity_ - overhauled event handling with less boilerplate and more flexibility - better component composition through [_snippets_](https://svelte-5-preview.vercel.app/docs/snippets) - native TypeScript support, including inside your markup