From 7c452cef902880fdbdaa2ea4a41b69fbb6379363 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 3 May 2022 14:13:56 -0700 Subject: [PATCH] Update site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md --- site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md b/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md index 335de60545..5a29c894c6 100644 --- a/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md +++ b/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md @@ -5,7 +5,7 @@ author: Daniel Sandoval authorURL: https://desandoval.net --- -With yesterday's Svelte Summit behind us, we've got a lot of news to share! check out all of the recordings on the [Svelte Society YouTube Channel](https://www.youtube.com/sveltesociety) and the rest of this month's updates below... +With yesterday's Svelte Summit behind us, we've got a lot of news to share! Check out all of the recordings on the [Svelte Society YouTube Channel](https://www.youtube.com/sveltesociety) and the rest of this month's updates below... ## What's new in Svelte - The `` element lets you render an element of a dynamically specified type. This is useful for example when rich text content from a CMS. Check out the [docs](https://svelte.dev/docs#template-syntax-svelte-element) or the [tutorial](https://svelte.dev/tutorial/svelte-element) for more info (**3.47.0**)!