From 8b38198dd9df0c21ef657526c1a5ef306cac1ffa Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Mon, 31 Jul 2023 08:43:34 -0600 Subject: [PATCH] Update 2023-08-01-whats-new-in-svelte-august-2023.md Remove extra parenthesis --- .../blog/2023-08-01-whats-new-in-svelte-august-2023.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2023-08-01-whats-new-in-svelte-august-2023.md b/documentation/blog/2023-08-01-whats-new-in-svelte-august-2023.md index e595b51837..c65ad72ff5 100644 --- a/documentation/blog/2023-08-01-whats-new-in-svelte-august-2023.md +++ b/documentation/blog/2023-08-01-whats-new-in-svelte-august-2023.md @@ -18,7 +18,7 @@ In addition to supporting SvelteKit's new `HEAD` server method, Svelte's languag ## What's new in SvelteKit - The `HEAD` server method is now available in API routes (**1.22.0**, [Docs](https://kit.svelte.dev/docs/routing#server), [#9753](https://github.com/sveltejs/kit/pull/9753)) -- Responses can now be cached with `Vary` header (except for `Vary: *`) ((**1.22.0**, [Docs](https://kit.svelte.dev/docs/routing#server-content-negotiation), [#9993](https://github.com/sveltejs/kit/pull/9993)) +- Responses can now be cached with `Vary` header (except for `Vary: *`) (**1.22.0**, [Docs](https://kit.svelte.dev/docs/routing#server-content-negotiation), [#9993](https://github.com/sveltejs/kit/pull/9993)) - There's now a more helpful error for preview if kit's build output doesn't exist (**1.22.2**, [#10337](https://github.com/sveltejs/kit/pull/10337)) For all the patches and performance updates from this month, check out the [SvelteKit CHANGELOG](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md). You can also find adapter-specific CHANGELOGs in each of [the `adapter` directories](https://github.com/sveltejs/kit/tree/master/packages).