From 3b109581c3fab068ac5702545a0b56dc76b9bb15 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Tue, 31 Aug 2021 16:34:38 -0700 Subject: [PATCH] Update site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .../blog/2021-09-01-whats-new-in-svelte-september-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md index c3756bcf22..afb494c01b 100644 --- a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md +++ b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md @@ -27,7 +27,7 @@ If you'd like to help, please consider working on any of the [1.0 milestone issu The focus this past month was on continuing iron out any kinks with well over 100 PRs merged. A few new features went in as well... -- SvelteKit will now detect if a prerendered app is trying to access a query paremter and return an error - instead of silently failing ([#2104](https://github.com/sveltejs/kit/pull/2104)) +- SvelteKit will now detect if a prerendered app is trying to access a query parameter and return an error - instead of silently failing ([#2104](https://github.com/sveltejs/kit/pull/2104)) - create-svelte's final output dir has been standardized as `/build` (vs `/.svelte-kit`) ([#2109](https://github.com/sveltejs/kit/pull/2109)) To see all updates to SvelteKit, check out the [SvelteKit changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md).