From 090e313a4dbccae999090dcd15cdd0bd7ae87a38 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 4 Nov 2020 00:52:31 -0500 Subject: [PATCH] small tweak --- site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md b/site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md index 1be7a63f78..f780cd0226 100644 --- a/site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md +++ b/site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md @@ -54,7 +54,7 @@ Static files can go pretty much anywhere, but running a Node server (and monitor -SvelteKit fully embraces the serverless paradigm, and will launch with support for all the major serverless providers, with an 'adapter' API for targeting any platforms that we don't officially support. In addition, we'll be able to do partial pre-rendering, which means that static pages can be generated at build time but dynamic ones get rendered on-demand. +SvelteKit fully embraces the serverless paradigm, and will launch with support for all the major serverless providers, with an 'adapter' API for targeting any platforms that we don't officially cater to. In addition, we'll be able to do partial pre-rendering, which means that static pages can be generated at build time but dynamic ones get rendered on-demand. ## When can I start using it?