From ae5d3607377cdb1abc9e406f52fedd9b786ebf0d Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Mon, 28 Feb 2022 17:37:47 -0700 Subject: [PATCH] more grammar --- site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md b/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md index e8355ae267..b0d53aafa1 100644 --- a/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md +++ b/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md @@ -7,7 +7,7 @@ authorURL: https://desandoval.net Just announced: [Svelte Summit Spring](https://www.sveltesummit.com/) will be taking place on April 30, 2022. The 5th Virtual Svelte Conference is [looking for speakers](https://www.sveltesummit.com/#speakers) and [sponsors](https://www.sveltesummit.com/sponsors)... so it's time to dust off those proposals! -Also, some long-requested features were added to SvelteKit this month... including page endpoints! This change in how `load` functions work makes it easier to fetch data required for basic pages, redirect from POST responses and handle 404s and other errors. +Also, some long-requested features were added to SvelteKit this month... including page endpoints! This change in how `load` function works makes it easier to fetch data required for basic pages, redirect from POST responses and handle 404s and other errors. More on that and other new features and fixes below!