From 2419e167f1bbe0eb8d4c7142d9a7a1f44ed966fa Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 3 Nov 2020 23:24:47 -0500 Subject: [PATCH] expand on TS support --- site/content/blog/2020-11-02-whats-the-deal-with-sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2020-11-02-whats-the-deal-with-sveltekit.md b/site/content/blog/2020-11-02-whats-the-deal-with-sveltekit.md index 949f87d7fd..033ba74a06 100644 --- a/site/content/blog/2020-11-02-whats-the-deal-with-sveltekit.md +++ b/site/content/blog/2020-11-02-whats-the-deal-with-sveltekit.md @@ -71,7 +71,7 @@ You won't have to — it will always be possible to use Svelte as a standalone p ## TypeScript? -Don't worry, we won't launch without it. +Don't worry, we won't launch without full TypeScript support. ## How can I migrate my existing Sapper apps?